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