Skip to content

Interface: ViewContextValue

API / @xmachines/play-solid / ViewContextValue

Defined in: packages/play-solid/src/ActorProvider.tsx:50

Value provided by ActorProvider’s ViewContext. Access via usePlayView() inside the ActorProvider tree.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
handlersRecord<string, ActionHandler>Action handlers resolved against the live StateStore.BaseViewContextValue.handlerspackages/play-actor/src/abstract-actor.ts:122
registryComponentRegistryComponent registry from registryResult.registry.BaseViewContextValue.registrypackages/play-actor/src/abstract-actor.ts:124
specPlaySpecThe current PlaySpec to render.BaseViewContextValue.specpackages/play-actor/src/abstract-actor.ts:120
storeStateStoreThe active StateStore — pass to JSONUIProvider/JsonUIProvider as store to share state across providers.BaseViewContextValue.storepackages/play-actor/src/abstract-actor.ts:126