IMultiChoiceInputInitOptions<T>
Defined in: js-api/ui.ts:968
Extends
Omit<IChoiceInputInitOptions<T>,"value">
Extended by
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
elementOptions? | ElementOptions | IInputInitOptions.elementOptions | js-api/ui.ts:937 |
items? | T[] | Omit.items | js-api/ui.ts:953 |
nullable? | boolean | IInputInitOptions.nullable | js-api/ui.ts:936 |
onCreated? | (input) => void | Omit.onCreated | js-api/ui.ts:939 |
onValueChanged? | (value, input) => void | Omit.onValueChanged | js-api/ui.ts:940 |
property? | Property | IInputInitOptions.property | js-api/ui.ts:935 |
tooltipText? | string | IColorInputInitOptions.tooltipText | js-api/ui.ts:938 |
value? | T[] | - | js-api/ui.ts:969 |