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.