Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Type Alias: ResolvedValidator()

ResolvedValidator: (value, store) => Promise<ValidationResult[] | undefined>

The function that validates a value and returns the validation result.

Parameters

value: any

the validated value.

store: IStore

the form viewer settings.

Returns

Promise<ValidationResult[] | undefined>

the Promise with the results of the validation.