Skip to main content
Version: 8.9 (unreleased)

Type Alias: SourceElementInstruction

type SourceElementInstruction =
| (object & SourceElementIdInstruction)
| (object & SourceElementInstanceKeyInstruction);

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

Defines the source element identifier for the move instruction. It can either be a sourceElementId, or sourceElementInstanceKey.