Context
Members
Section titled “Members”| childrenWithContent | numberThe number of child nodes that have content. When zero, this component is semantically empty. |
| 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 | ElementCacheA cache of RenderTextTree nodes created within this context, indexed by the component or function which created them. |
| isEmpty | optionalRef<boolean>A ref that indicates whether the component is empty. |
| isRoot | booleanWhether this context is a root context |
| meta | optionalRecord<string, any> |
| owner | Context | null |
| takenSymbols | optionalShallowReactive<Set<MemberDeclaration context interface>>The symbol that this component has taken. |
| takesSymbols | booleanWhether this context will take an emitted symbol. |