Skip to main content
Version: 8.9 (unreleased)

Type Alias: SourceElementIdInstruction

type SourceElementIdInstruction = object;

Defined in: gen/types.gen.ts:6046

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;

Defined in: gen/types.gen.ts:6055

The id of the source element for the move instruction.


sourceType

sourceType: string;

Defined in: gen/types.gen.ts:6050

The type of source element instruction.