ScaffolderRJSFFormProps.extraErrors
Home > @backstage/plugin-scaffolder-react
> ScaffolderRJSFFormProps
> extraErrors
This prop allows passing in custom errors that are augmented with the existing JSON Schema errors on the form; it can be used to implement asynchronous validation
Signature:
extraErrors?: ErrorSchema<T>;