list()
list(
name,options?):InputBase<any[] |null>
Defined in: js-api/ui.ts:1152
Input for a list of values, typed as comma-separated text (or one per line in its text-area mode).
Parameters
| Parameter | Type |
|---|---|
name | string |
options? | IInputInitOptions<any[]> |
Returns
InputBase<any[] | null>