The type of the delta, which can be one of deltas.deltas.DeltaTypes, as a string.
This type determines the rest of the JSON serialization:
"CREATE_ELEMENT" → ICreateElementDelta,
"UPDATE_PROPERTY_VALUE" → IUpdatePropertyValueDelta,
"MOVE_ELEMENT" → IMoveElementDelta,
"DELETE_ELEMENT" → IDeleteElementDelta,
"CREATE_UNIT" → ICreateUnitDelta.
The qualified name of the type of element to create.
The ID of the parent element to create the new element in.
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.
The ID of the unit (containing an element or property value) to which the delta is to be applied.
Generated using TypeDoc
A delta to create an element.