Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICreateElementTreeDelta

A delta to create an element from a JSON tree.

Hierarchy

Index

Properties

Optional additionIndex

additionIndex: undefined | number

Index where the element should be created. Only for listy properties.

deltaType

deltaType: "CREATE_ELEMENT_TREE"

elementTree

elementTree: IStructureJSON

The JSON of the element tree to create.

parentId

parentId: string

The ID of the parent element to create the new element in.

parentPropertyName

parentPropertyName: string

The name of the property to create the new element on/in. This must a property of PART kind with an element type compatible with elementType.

unitId

unitId: string

The ID of the unit (containing an element or property value) to which the delta is to be applied.

Generated using TypeDoc