Skip to content

Interface: JSONUIProviderProps

API / @xmachines/play-vue / JSONUIProviderProps

Defined in: @xmachines/json-render-vue

Props for JSONUIProvider

Properties

PropertyTypeDescriptionDefined 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--
registryComponentRegistry--
store?StateStore--
validationFunctions?Record<string, (value, args?) => boolean>--