inputDisplayOption property
Possible string values are:
- "DEFAULT" : A single-line input for strings, a numeric input box for numbers, or a checkbox for booleans.
- "STRING_MULTI_LINE" : A multi-line input box for longer strings/string templates.
- "NUMBER_SLIDER" : A slider to select a numerical value. The default range is [0, 100].
- "BOOLEAN_TOGGLE" : A toggle button for boolean parameters.
Implementation
core.String? inputDisplayOption;