Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormSelect

export
interface

FormSelect

Hierarchy

  • FormSelect

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

FormSelect

invalid

invalid: boolean

Indicates whether the validation of the element failed

memberof

FormSelect

label

label: string

The label of the form element

memberof

FormSelect

name

name: string

The name of the form element

memberof

FormSelect

options

options: Map<string, string>

Object with key as key and value as label

memberof

FormSelect

selected

selected: number

Index of the checked element

memberof

FormSelect

type

type: string

The type of the form element (here: select)

memberof

FormSelect

validation

validation: string

List of validation rules, concatenated with a pipe character

memberof

FormSelect

validation_error

validation_error: string

The validation error (human readable)

memberof

FormSelect

Generated using TypeDoc