IMenuMultiColumnSelectorOptions
Defined in: src/widgets/types.ts:153
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 | src/widgets/types.ts:120 |
columnFilter? | (c) => boolean | Filters set selector columns to be displayed. | - | IMenuColumnSelectorOptions.columnFilter | src/widgets/types.ts:129 |
editable? | boolean | Whether the current item can be changed or its visibility can be toggled. | - | IMenuColumnSelectorOptions.editable | src/widgets/types.ts:126 |
initialValue? | string[] | Value put into the selector as initial or to reset. | - | IMenuColumnSelectorOptions.initialValue | src/widgets/types.ts:114 |
onChange? | (grid) => void | Called when selector value is changed. | IMenuColumnSelectorOptions.onChange | - | src/widgets/types.ts:158 |
visible? | boolean | Whether the current item is visible. | - | IMenuColumnSelectorOptions.visible | src/widgets/types.ts:123 |