Skip to main content

IMenuSingleColumnSelectorOptions

Defined in: js-api/src/widgets/types.ts:155

See Menu.singleColumnSelector

Extends

Properties

PropertyTypeDescriptionOverridesInherited fromDefined in
asGroup?string | nullEither the current item is a separate subgroup by defined string name or inside main menu.-IMenuColumnSelectorOptions.asGroupjs-api/src/widgets/types.ts:142
changeOnHover?booleanWhether a hovered value is selected.--js-api/src/widgets/types.ts:170
closeOnClick?booleanWhether the current item is closed after click.--js-api/src/widgets/types.ts:167
columnFilter?(c) => booleanFilters set selector columns to be displayed.-IMenuColumnSelectorOptions.columnFilterjs-api/src/widgets/types.ts:151
editable?booleanWhether the current item can be changed or its visibility can be toggled.-IMenuColumnSelectorOptions.editablejs-api/src/widgets/types.ts:148
initialValue?stringValue put into the selector as initial or to reset.-IMenuColumnSelectorOptions.initialValuejs-api/src/widgets/types.ts:136
nullable?booleanWhether selector contains empty value to indicate none selected.--js-api/src/widgets/types.ts:164
onChange?(grid, column, currentRowChanged) => voidCalled when selector value is changed.IMenuColumnSelectorOptions.onChange-js-api/src/widgets/types.ts:161
visible?booleanWhether the current item is visible.-IMenuColumnSelectorOptions.visiblejs-api/src/widgets/types.ts:145