Skip to content

Interface: JSONUIProviderProps

API / @xmachines/play-vue / JSONUIProviderProps

Defined in: @json-render/vue

Props for JSONUIProvider

Properties

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