Skip to content

Context

childrenWithContentnumberThe number of child nodes that have content. When zero, this component is semantically empty.
componentOwneroptional ComponentCreator<unknown>When this context was created by a component, this will be the component that created it.
contextoptional Record<symbol, unknown>
disposablesoptional Disposable_2[]
idnumberMonotonic numeric ID for trace/debug correlation.
isEmptyoptional Ref<boolean>A ref that indicates whether the component is empty. Only allocated when reactively observed (e.g. by ContentSlot). mapJoin uses an internal empty-change callback instead.
isRootbooleanWhether this context is a root context
metaoptional Record<string, any>
ownerContext | null
takenSymbolsoptional ShallowReactive<Set<OutputSymbol>>The symbol that this component has taken.
takesSymbolsbooleanWhether this context will take an emitted symbol.