Roqueform
    Preparing search index...

    Interface ClearErrorsOptions

    Options of the ErrorsMixin.clearErrors method.

    interface ClearErrorsOptions {
        isRecursive?: boolean;
    }
    Index

    Properties

    Properties

    isRecursive?: boolean

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

    false