Type Alias: SourceElementIdInstruction
type SourceElementIdInstruction = object;
Defines an instruction with a sourceElementId. The move instruction with this sourceType will terminate all active element instances with the sourceElementId and activate a new element instance for each terminated one at targetElementId.
Properties
sourceElementId
sourceElementId: ElementId;
The id of the source element for the move instruction.
sourceType
sourceType: string;
The type of source element instruction.