Interface: PlayRendererProps
Documentation / @xmachines/play-vue / PlayRendererProps
Defined in: types.ts:17
Props for PlayRenderer component
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
actor | AbstractActor<AnyActorLogic> & Viewable | Actor instance with currentView signal (requires Viewable capability) | types.ts:19 |
components | Record<string, Component> | Map of component names to Vue components | types.ts:22 |