IMenuColumnSelectorOptions<T>
See IMenuSingleColumnSelectorOptions and IMenuMultiColumnSelectorOptions
Extended by
Type parameters
| Type parameter |
|---|
T |
Properties
| Property | Type | Description |
|---|---|---|
asGroup? | null | string | Either the current item is a separate subgroup by defined string name or inside main menu. |
columnFilter? | (c: Column<any, any>) => boolean | Filters set selector columns to be displayed. |
editable? | boolean | Whether the current item can be changed or its visibility can be toggled. |
initialValue? | T | Value put into the selector as initial or to reset. |
onChange? | (...args: any[]) => void | Called when selector value is changed |
visible? | boolean | Whether the current item is visible. |