Type Alias: SourceElementInstanceKeyInstruction
type SourceElementInstanceKeyInstruction = object;
Defined in: gen/types.gen.ts:6063
Defines an instruction with a sourceElementInstanceKey. The move instruction with this sourceType will terminate one active element instance with the sourceElementInstanceKey and activate a new element instance at targetElementId.
Properties
sourceElementInstanceKey
sourceElementInstanceKey: ElementInstanceKey;
Defined in: gen/types.gen.ts:6072
The source element instance key for the move instruction.
sourceType
sourceType: string;
Defined in: gen/types.gen.ts:6067
The type of source element instruction.