choice()
choice<
T>(name,options?):ChoiceInput<T|null>
Defined in: ui.ts:1015
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
name | string |
options? | IChoiceInputInitOptions<T> |
Returns
ChoiceInput<T | null>
choice<
T>(name,options?):ChoiceInput<T|null>
Defined in: ui.ts:1015
| Type Parameter |
|---|
T |
| Parameter | Type |
|---|---|
name | string |
options? | IChoiceInputInitOptions<T> |
ChoiceInput<T | null>