Interface: ViewContextValue
API / @xmachines/play-vue / ViewContextValue
Defined in: packages/play-vue/src/actor-provider-context.ts:21
Context value provided by ActorProvider and consumed by PlayRenderer (zero-prop leaf). Accessible via getPlayViewContext() inside any ActorProvider/PlayUIProvider tree.
Extends
BaseViewContextValue<ComponentRegistry>
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
handlers | Record<string, ActionHandler> | Action handlers resolved against the live StateStore. | BaseViewContextValue.handlers | packages/play-actor/src/abstract-actor.ts:122 |
registry | ComponentRegistry | Component registry from registryResult.registry. | BaseViewContextValue.registry | packages/play-actor/src/abstract-actor.ts:124 |
spec | PlaySpec | The current PlaySpec to render. | BaseViewContextValue.spec | packages/play-actor/src/abstract-actor.ts:120 |
store | StateStore | The active StateStore — pass to JSONUIProvider/JsonUIProvider as store to share state across providers. | BaseViewContextValue.store | packages/play-actor/src/abstract-actor.ts:126 |