Show / Hide Table of Contents

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.

Google Workspace Add-ons and Chat apps:

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.

In this article
Back to top Generated by DocFX