Skip to main content
Version: 1.1.0

IDataFormValidationRule

@spartanfx/react v1.1.0


@spartanfx/react / index / IDataFormValidationRule

Interface: IDataFormValidationRule<TValue>

Type Parameters

TValue

TValue extends DataFormValues = DataFormValues

Properties

PropertyType
message?string
type| "max" | "min" | "pattern" | "maxLength" | "minLength" | "required" | "url" | "email" | "custom"
validate?(value, values, context) => | DataFormFieldValidationOutcome | Promise<DataFormFieldValidationOutcome>
value?string | number | RegExp