Context
Members
componentOwner | optionalComponentCreator<unknown> When this context was created by a component, this will be the component that created it. |
context | optionalRecord<symbol, unknown> |
disposables | Disposable_2[] |
elementCache | ElementCache A cache of RenderTextTree nodes created within this context, indexed by the component or function which created them. |
meta | optionalRecord<string, any> |
owner | Context | null |
takenSymbols | optionalShallowReactive<Set<MemberDeclaration context interface>> The symbol that this component has taken. |
takesSymbols | boolean Whether this context will take an emitted symbol. |