Interface: PlayRendererProps
Documentation / @xmachines/play-solid / PlayRendererProps
Defined in: types.ts:20
Props for PlayRenderer component
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
actor | AbstractActor<AnyActorLogic> & Viewable | Actor instance with currentView signal (requires Viewable capability) | types.ts:22 |
components | Record<string, ValidComponent> | Map of component names to SolidJS components | types.ts:25 |
fallback? | any | Optional element shown when currentView is null | types.ts:28 |