Type Alias: AncestorScopeInstruction
type AncestorScopeInstruction =
| (object & DirectAncestorKeyInstruction)
| (object & InferredAncestorKeyInstruction)
| (object & UseSourceParentKeyInstruction);
Defined in: gen/types.gen.ts:6080
Defines the ancestor scope for the created element instances. The default behavior resembles
a "direct" scope instruction with an ancestorElementInstanceKey of "-1".