API / @xmachines/play-vue / JSONUIProviderProps
Defined in: @xmachines/json-render-vue
Props for JSONUIProvider
Properties
| Property | Type | Description | Defined in |
|---|
directives? | DirectiveDefinition<ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>>[] | Custom directives for user-defined $-prefixed dynamic values | - |
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> | - | - |