Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormPassword

export
interface

FormPassword

Hierarchy

  • FormPassword

Index

Properties

failed_validation_rules

failed_validation_rules: any

A list of failed validation rules. String if empty and Array of Strings if populated

memberof

FormPassword

invalid

invalid: boolean

Indicates whether the validation of the element failed

memberof

FormPassword

label

label: string

The label of the form element

memberof

FormPassword

name

name: string

The name of the form element

memberof

FormPassword

type

type: string

The type of the form element (here: password)

memberof

FormPassword

validation

validation: string

List of validation rules, concatenated with a pipe character

memberof

FormPassword

validation_error

validation_error: string

The validation error (human readable)

memberof

FormPassword

value

value: string

The set value of the form element

memberof

FormPassword

Generated using TypeDoc