Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ValidityStateFlags

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

§Properties

§
badInput?: boolean
[src]
§
customError?: boolean
[src]
§
patternMismatch?: boolean
[src]
§
rangeOverflow?: boolean
[src]
§
rangeUnderflow?: boolean
[src]
§
stepMismatch?: boolean
[src]
§
tooLong?: boolean
[src]
§
tooShort?: boolean
[src]
§
typeMismatch?: boolean
[src]
§
valueMissing?: boolean
[src]