Interface Inputs

Map of input types to their options.

Hierarchy

  • Inputs

Properties

checkbox: [string[], SelectionOptions]
email: [string, TextOptions]
none: [boolean, never]
number: [number, NumberOptions]
password: [string, TextOptions]
radio: [string, SelectionOptions]
range: [number, NumberOptions]
search: [string, TextOptions]
select: [string, SelectionOptions]
tel: [string, TextOptions]
text: [string, TextOptions]
textarea: [string, TextareaOptions]

Generated using TypeDoc