Skip to content

Interface: ViewContextValue

API / @xmachines/play-solid / ViewContextValue

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

The value that the ViewContext of ActorProvider provides. usePlayView() gives it inside the ActorProvider tree.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
handlersRecord<string, ActionHandler>The action handlers, resolved against the live StateStore.BaseViewContextValue.handlerspackages/play-actor/src/abstract-actor.ts:127
registryTRegistryThe component registry, from registryResult.registry.BaseViewContextValue.registrypackages/play-actor/src/abstract-actor.ts:129
specPlaySpecThe current PlaySpec to render.BaseViewContextValue.specpackages/play-actor/src/abstract-actor.ts:125
storeStateStoreThe active StateStore. Give it to JSONUIProvider or JsonUIProvider as store, and the providers then share the state.BaseViewContextValue.storepackages/play-actor/src/abstract-actor.ts:133