IMenuSingleColumnSelectorOptions
Defined in: js-api/src/widgets/types.ts:157
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 |
changeOnHover? | boolean | Whether a hovered value is selected. | - | - | js-api/src/widgets/types.ts:173 |
closeOnClick? | boolean | Whether the current item is closed after click. | - | - | js-api/src/widgets/types.ts:170 |
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 |
nullable? | boolean | Whether selector contains empty value to indicate none selected. | - | - | js-api/src/widgets/types.ts:167 |
onChange? | (grid, column, currentRowChanged) => void | Called when selector value is changed. | IMenuColumnSelectorOptions.onChange | - | js-api/src/widgets/types.ts:164 |
visible? | boolean | Whether the current item is visible. | - | IMenuColumnSelectorOptions.visible | js-api/src/widgets/types.ts:147 |