Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EditorType

Defines the options for type of PropertyEditor.

Index

Enumeration members

AutoCompleteInline

AutoCompleteInline:

An editor which allows picking an option from a predefined list with suggestions.

DatePicker

DatePicker:

An editor which allows picking a date from the native date picker.

Decimal

Decimal:

A number input editor which supports floating point.

Email

Email:

A text input editor which uses an email-friendly keyboard layout.

Label

Label:

An editor which shows a label that is used to show simple text.

List

List:

An editor which allows picking an option from a predefined vertical list.

MultilineText

MultilineText:

An editor similar to the Text editor which supports the text to be input in more than one line.

Number

Number:

A number input editor which supports only integers.

Password

Password:

A text input editor which uses asterisks to hide the input.

Phone

Phone:

A text input editor which uses an phone-friendly keyboard layout.

Picker

Picker:

An editor which allows picking an option from an expanding list.

SegmentedEditor

SegmentedEditor:

An editor which allows picking an option from a predefined horizontal list.

Slider

Slider:

An number editor which takes input by sliding a pointer on a line.

Stepper

Stepper:

An number editor which takes input through buttons for increasing and decreasing the number.

Switch

Switch:

An editor which shows a switch that is used for input of boolean values.

Text

Text:

The default editor that is used for input of simple text.

TimePicker

TimePicker:

An editor which allows picking a time from the native time picker.

Generated using TypeDoc