Skip to main content

IMenuSingleColumnSelectorOptions

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

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:144
changeOnHover?booleanWhether a hovered value is selected.--js-api/src/widgets/types.ts:173
closeOnClick?booleanWhether the current item is closed after click.--js-api/src/widgets/types.ts:170
columnFilter?(c) => booleanFilters set selector columns to be displayed.-IMenuColumnSelectorOptions.columnFilterjs-api/src/widgets/types.ts:153
editable?booleanWhether the current item can be changed or its visibility can be toggled.-IMenuColumnSelectorOptions.editablejs-api/src/widgets/types.ts:150
initialValue?stringValue put into the selector as initial or to reset.-IMenuColumnSelectorOptions.initialValuejs-api/src/widgets/types.ts:138
nullable?booleanWhether selector contains empty value to indicate none selected.--js-api/src/widgets/types.ts:167
onChange?(grid, column, currentRowChanged) => voidCalled when selector value is changed.IMenuColumnSelectorOptions.onChange-js-api/src/widgets/types.ts:164
visible?booleanWhether the current item is visible.-IMenuColumnSelectorOptions.visiblejs-api/src/widgets/types.ts:147