The ID of the containing unit. (This relates to the project tree.)
The name of the property of the containing unit which will contain the unit-to-create. (This relates to the project tree.)
The qualified name of the type of unit to create.
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 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 a (structural or model) unit.