Roqueform
    Preparing search index...

    Interface Validation

    The validation descriptor.

    interface Validation {
        abortController: null | AbortController;
        rootField: Field<any, ValidationMixin<any>>;
    }
    Index

    Properties

    abortController: null | AbortController

    The abort controller associated with the pending async validation, or null if the validation is synchronous.

    rootField: Field<any, ValidationMixin<any>>

    The field where the validation was triggered.