IMenuMultiColumnSelectorOptions
Defined in: js-api/src/widgets/types.ts:174
Extends
IMenuColumnSelectorOptions<string[]>
Properties
| Property | Type | Description | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|
asGroup? | string | null | Either the current item is a separate subgroup by defined string name or inside main menu. | - | IMenuColumnSelectorOptions.asGroup | js-api/src/widgets/types.ts:142 |
columnFilter? | (c) => boolean | Filters set selector columns to be displayed. | - | IMenuColumnSelectorOptions.columnFilter | js-api/src/widgets/types.ts:151 |
editable? | boolean | Whether the current item can be changed or its visibility can be toggled. | - | IMenuColumnSelectorOptions.editable | js-api/src/widgets/types.ts:148 |
initialValue? | string[] | Value put into the selector as initial or to reset. | - | IMenuColumnSelectorOptions.initialValue | js-api/src/widgets/types.ts:136 |
onChange? | (grid) => void | Called when selector value is changed. | IMenuColumnSelectorOptions.onChange | - | js-api/src/widgets/types.ts:178 |
visible? | boolean | Whether the current item is visible. | - | IMenuColumnSelectorOptions.visible | js-api/src/widgets/types.ts:145 |