IMenuColumnSelectorOptions<T>
Defined in: js-api/src/widgets/types.ts:135
See IMenuSingleColumnSelectorOptions and IMenuMultiColumnSelectorOptions
Extended by
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
asGroup? | string | null | Either the current item is a separate subgroup by defined string name or inside main menu. | js-api/src/widgets/types.ts:144 |
columnFilter? | (c) => boolean | Filters set selector columns to be displayed. | js-api/src/widgets/types.ts:153 |
editable? | boolean | Whether the current item can be changed or its visibility can be toggled. | js-api/src/widgets/types.ts:150 |
initialValue? | T | Value put into the selector as initial or to reset. | js-api/src/widgets/types.ts:138 |
onChange? | (...args) => void | Called when selector value is changed | js-api/src/widgets/types.ts:141 |
visible? | boolean | Whether the current item is visible. | js-api/src/widgets/types.ts:147 |