IMenuSingleColumnSelectorOptions
Defined in: src/widgets/types.ts:133
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 |
changeOnHover? | boolean | Whether a hovered value is selected. | - | - | src/widgets/types.ts:149 |
closeOnClick? | boolean | Whether the current item is closed after click. | - | - | src/widgets/types.ts:146 |
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 |
nullable? | boolean | Whether selector contains empty value to indicate none selected. | - | - | src/widgets/types.ts:143 |
onChange? | (grid, column, currentRowChanged) => void | Called when selector value is changed. | IMenuColumnSelectorOptions.onChange | - | src/widgets/types.ts:140 |
visible? | boolean | Whether the current item is visible. | - | IMenuColumnSelectorOptions.visible | src/widgets/types.ts:123 |