Interface: ActionProviderProps
API / @xmachines/play-react / ActionProviderProps
Defined in: @json-render/react
Props for ActionProvider
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
children | ReactNode | - | - |
handlers? | Record<string, ActionHandler> | Initial action handlers | - |
navigate? | (path) => void | Navigation function | - |