What it means
Clipboard actions keep copy, cut, and paste close to the current selection.
Interaction guide
Show copy, cut, and paste on text cells.
Clipboard actions keep copy, cut, and paste close to the current selection.
Use this when copy and paste are the main menu actions. Keep the cells text-only so clipboard results stay predictable.
Start with `api.buildContextMenuConfig({ includeClipboard: true })`. Keep the clipboard page focused on selection transfer and text cells.
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.