Skip to main content
Version: 8.9 (unreleased)

Type Alias: UseSourceParentKeyInstruction

type UseSourceParentKeyInstruction = object;

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

Instructs the engine to use the source's direct parent key as the ancestor scope key for the target element. This is a simpler alternative to inferred that skips hierarchy traversal and directly uses the source's parent key. This is useful when the source and target elements are siblings within the same flow scope.

Properties

ancestorScopeType

ancestorScopeType: string;

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

The type of ancestor scope instruction.