IMultiChoiceInputInitOptions<T>
Defined in: js-api/ui.ts:961
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:930 |
items? | T[] | Omit.items | js-api/ui.ts:946 |
nullable? | boolean | IInputInitOptions.nullable | js-api/ui.ts:929 |
onCreated? | (input) => void | Omit.onCreated | js-api/ui.ts:932 |
onValueChanged? | (value, input) => void | Omit.onValueChanged | js-api/ui.ts:933 |
property? | Property | IInputInitOptions.property | js-api/ui.ts:928 |
tooltipText? | string | IColorInputInitOptions.tooltipText | js-api/ui.ts:931 |
value? | T[] | - | js-api/ui.ts:962 |