A standard collection of attributes consumed on input validation View Source interfaces/validation/ValidationAttributes.ts, line 4 Members Type: boolean # checked Indicates if the input has been checked View Source interfaces/validation/ValidationAttributes.ts, line 15 Type: string # name The input name, parsed via label, data-name attribute, or "Field" View Source interfaces/validation/ValidationAttributes.ts, line 27 Type: HTMLValidationRules # rules The rule attributes to validate against View Source interfaces/validation/ValidationAttributes.ts, line 31 Type: string # title The title attribute, if present View Source interfaces/validation/ValidationAttributes.ts, line 23 Type: string | null # type The input type name View Source interfaces/validation/ValidationAttributes.ts, line 19 Type: string # value The current input value View Source interfaces/validation/ValidationAttributes.ts, line 11