Skip to content

@ralphschuler.webgl shader factory.<internal>.ValidityState

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: ValidityState

@ralphschuler/webgl-shader-factory.<internal>.ValidityState

The validity states that an element can be in, with respect to constraint validation. Together, they help explain why an element's value fails to validate, if it's not valid.

MDN Reference

Table of contents

Properties

Properties

badInput

Readonly badInput: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22708


customError

Readonly customError: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22710


patternMismatch

Readonly patternMismatch: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22712


rangeOverflow

Readonly rangeOverflow: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22714


rangeUnderflow

Readonly rangeUnderflow: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22716


stepMismatch

Readonly stepMismatch: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22718


tooLong

Readonly tooLong: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22720


tooShort

Readonly tooShort: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22722


typeMismatch

Readonly typeMismatch: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22724


valid

Readonly valid: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22726


valueMissing

Readonly valueMissing: boolean

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22728

Typescript Libraries

Modules

Namespaces

Clone this wiki locally