Interface BTAppElementModifyInfo

Export

Interface

BTAppElementModifyInfo

Hierarchy

  • BTAppElementModifyInfo

Properties

changeId: string

The latest change id for the element, after the edit was committed.

Memberof

BTAppElementModifyInfo

elementId?: string

The id of the edited element.

Memberof

BTAppElementModifyInfo

elementIds?: string[]

The ids of the edited elements, if multiple elements were edited.

Memberof

BTAppElementModifyInfo

errorCode?: number

The numeric code identifying the error that occurred, if one occurred.

Memberof

BTAppElementModifyInfo

errorDescription?: string

A human-readable value for the error that occurred, if one occurred.

Memberof

BTAppElementModifyInfo

Memberof

BTAppElementModifyInfo

jsonDifference?: BTDiffJsonResponse2725

Memberof

BTAppElementModifyInfo

parentChangeId?: string

The latest change id for the element, before the edit was made.

Memberof

BTAppElementModifyInfo

propertyEditsMerged?: boolean

When committing a transaction, this field indicates if the properties of the application element were changed after the transaction was created.

Memberof

BTAppElementModifyInfo

transactionId?: string

The id of the transaction in which the edit was applied.

Memberof

BTAppElementModifyInfo

Generated using TypeDoc