Skip to main content
Version: 8.9

Type Alias: SourceElementInstruction

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

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