Interface: RendererProps
API / @xmachines/play-solid / RendererProps
Defined in: @json-render/solid
Props for the Renderer component
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
fallback? | ComponentRenderer<Record<string, unknown>> | Fallback component for unknown types | - |
loading? | boolean | Whether the spec is currently loading/streaming | - |
onRenderError? | any | Callback for element render errors caught by the inner boundary | - |
registry | ComponentRegistry | Component registry | - |
spec | Spec | null | The UI spec to render | - |