Skip to content

SymbolSlot

Extends Component<{}>

copyMembersTo(OutputSymbol) => void

Copy any members from taken symbols to the given symbol.

firstSymbolRef<MemberDeclaration context interface | undefined>

A ref for the first symbol taken by this slot. Undefined when the Slot component has not been rendered yet or has not taken any symbols.

moveMembersTo(OutputSymbol) => void

Move any members from transient taken symbols to the given symbol.

refRef<ShallowReactive<Set<MemberDeclaration context interface>> | undefined>

A ref for the set of symbols taken by this slot. Undefined when the Slot component has not been rendered yet.