What it means
Color fill lets users tint the current selection from the menu.
Interaction guide
Show the fill palette.
Color fill lets users tint the current selection from the menu.
Use this when users need a fast visual highlight inside the grid. Keep clipboard copy and paste out of the way on this page.
Start with `api.buildContextMenuConfig({ includeHighlight: true })`. Keep the fill palette close to the current selection, not the whole screen.
Start with contextMenu.enabled, contextMenu.items, contextMenu.closeOnSelect, contextMenu.renderMenu, contextMenu.onOpen, contextMenu.onClose, contextMenu.onAction, contextMenu.className. Open the live API reference for types and defaults.