IChoiceInputInitOptions<T>
Defined in: ui.ts:875
Extends
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
elementOptions? | ElementOptions | IInputInitOptions.elementOptions | ui.ts:860 |
items? | T[] | - | ui.ts:876 |
nullable? | boolean | IInputInitOptions.nullable | ui.ts:859 |
onCreated? | (input) => void | IInputInitOptions.onCreated | ui.ts:862 |
onValueChanged? | (value, input) => void | IInputInitOptions.onValueChanged | ui.ts:863 |
property? | Property | IInputInitOptions.property | ui.ts:858 |
tooltipText? | string | IInputInitOptions.tooltipText | ui.ts:861 |
value? | T | IInputInitOptions.value | ui.ts:857 |