Enum TextInput.Types.Type
How a text input field appears in the user interface. For example,
whether it's a single line input field, or a multi-line input. If
initialSuggestions
is specified, type
is always SINGLE_LINE
,
even if it's set to MULTIPLE_LINE
.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum TextInput.Types.Type
Fields
Name | Description |
---|---|
MultipleLine | The text input field has a fixed height of multiple lines. |
SingleLine | The text input field has a fixed height of one line. |