Interface BTAppElementParams

Export

Interface

BTAppElementParams

Hierarchy

  • BTAppElementParams

Properties

description?: string

The label that will appear in the document's edit history for this operation. If blank, a value will be auto-generated.

Memberof

BTAppElementParams

formatId: string

The data type of the application. This string allows an application to distinguish their elements from elements of another application.

Memberof

BTAppElementParams

jsonTree?: object

Initialization data for the new element's json tree.

Memberof

BTAppElementParams

Memberof

BTAppElementParams

name?: string

The name of the element being created. If blank, a name will be auto-generated.

Memberof

BTAppElementParams

subelements?: BTAppElementChangeParams[]

Initialization data for the new element's subelements.

Memberof

BTAppElementParams

Generated using TypeDoc