Interface ClearErrorsOptions

Options of the ErrorsPlugin.clearErrors method.

interface ClearErrorsOptions {
    recursive?: boolean;
}

Properties

Properties

recursive?: boolean

If true then errors are deleted for this field and all of its descendant fields.

Default

false