Skip to content

Variable: ValidationProvider

API / @xmachines/play-vue / ValidationProvider

const ValidationProvider: vue.DefineComponent<
vue.ExtractPropTypes<{
customFunctions: {
default: () => object;
type: PropType<Record<string, ValidationFunction>>;
};
}>,
() =>
| vue.VNode<
vue.RendererNode,
vue.RendererElement,
{
[key: string]: any;
}
>[]
| undefined,
{},
{},
{},
vue.ComponentOptionsMixin,
vue.ComponentOptionsMixin,
{},
string,
vue.PublicProps,
Readonly<
vue.ExtractPropTypes<{
customFunctions: {
default: () => object;
type: PropType<Record<string, ValidationFunction>>;
};
}>
> &
Readonly<{}>,
{
customFunctions: Record<string, ValidationFunction>;
},
{},
{},
{},
string,
vue.ComponentProvideOptions,
true,
{},
any
>;

Defined in: @json-render/vue

Provider for validation