vot.js - v2.4.12
    Preparing search index...

    Interface ValidityStateFlags

    interface ValidityStateFlags {
        badInput?: boolean;
        customError?: boolean;
        patternMismatch?: boolean;
        rangeOverflow?: boolean;
        rangeUnderflow?: boolean;
        stepMismatch?: boolean;
        tooLong?: boolean;
        tooShort?: boolean;
        typeMismatch?: boolean;
        valueMissing?: boolean;
    }
    Index

    Properties

    badInput?: boolean
    customError?: boolean
    patternMismatch?: boolean
    rangeOverflow?: boolean
    rangeUnderflow?: boolean
    stepMismatch?: boolean
    tooLong?: boolean
    tooShort?: boolean
    typeMismatch?: boolean
    valueMissing?: boolean