IMenuColumnSelectorOptions<T>
Defined in: src/widgets/types.ts:111
See IMenuSingleColumnSelectorOptions and IMenuMultiColumnSelectorOptions
Extended by
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
asGroup? | string | null | Either the current item is a separate subgroup by defined string name or inside main menu. | src/widgets/types.ts:120 |
columnFilter? | (c) => boolean | Filters set selector columns to be displayed. | src/widgets/types.ts:129 |
editable? | boolean | Whether the current item can be changed or its visibility can be toggled. | src/widgets/types.ts:126 |
initialValue? | T | Value put into the selector as initial or to reset. | src/widgets/types.ts:114 |
onChange? | (...args) => void | Called when selector value is changed | src/widgets/types.ts:117 |
visible? | boolean | Whether the current item is visible. | src/widgets/types.ts:123 |