Interface BTAppElementChangeParams

Export

Interface

BTAppElementChangeParams

Hierarchy

  • BTAppElementChangeParams

Properties

baseContent?: string

This base64-encoded data is treated as a full representation of the sub-element's data and all deltas previously added will no longer be returned.

Memberof

BTAppElementChangeParams

delta?: string

This base64-encoded data is a delta which the application can apply to the last added baseContent data.

Memberof

BTAppElementChangeParams

subelementId: string

The id of the subelement to edit. The value is determined by the application.

Memberof

BTAppElementChangeParams

Generated using TypeDoc