API / @xmachines/play-vue / JSONUIProviderProps
Defined in: @json-render/vue
Props for JSONUIProvider
Properties
| Property | Type | Description | Defined in |
|---|
functions? | Record<string, ComputedFunction> | Named functions for $computed expressions in props | - |
handlers? | Record<string, (params) => unknown> | - | - |
initialState? | Record<string, unknown> | - | - |
navigate? | (path) => void | - | - |
onStateChange? | (changes) => void | - | - |
registry | ComponentRegistry | - | - |
store? | StateStore | - | - |
validationFunctions? | Record<string, (value, args?) => boolean> | - | - |