Enum Validation.Types.InputType
The type of the input widget.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum Validation.Types.InputType
Fields
| Name | Description |
|---|---|
An email address. |
|
| EmojiPicker | A emoji selected from system-provided emoji picker. |
| Float | A float value. |
| Integer | An integer value. |
| Text | Regular text that accepts all characters. |
| Unspecified | Unspecified type. Do not use. |