Skip to content

Interface: ViewContextValue

API / @xmachines/play-react / ViewContextValue

Defined in: packages/play-react/src/ActorProvider.tsx:45

Value provided by ViewContext (accessible via usePlayView()).

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