inputType property

String? inputType
getter/setter pair

Specify the type of the input widgets.

[Google Workspace add-ons and Chat apps](https://developers.google.com/workspace/extend): Possible string values are:

  • "INPUT_TYPE_UNSPECIFIED" : Unspecified type. Do not use.
  • "TEXT" : Regular text that accepts all characters.
  • "INTEGER" : An integer value.
  • "FLOAT" : A float value.
  • "EMAIL" : An email address.
  • "EMOJI_PICKER" : A emoji selected from system-provided emoji picker.

Implementation

core.String? inputType;