ScaffolderRJSFFormProps.customValidate
Home > @backstage/plugin-scaffolder-react > ScaffolderRJSFFormProps > customValidate
Formerly the validate prop; Takes a function that specifies custom validation rules for the form
Signature:
customValidate?: CustomValidator<T, S, F>;