InputType
Enum
enum InputType { Text = 0, SecretText = 1, Choice = 2, Boolean = 3, Number = 4,}5 members
Values
Text0SecretText1Choice2Boolean3Number4API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
enum InputType { Text = 0, SecretText = 1, Choice = 2, Boolean = 3, Number = 4,}Text0SecretText1Choice2Boolean3Number4