Skip to content
Sheetwrite

Sheetwrite / Documentation

ContextMenuActionName@sheetwrite/core

Built-in action names accepted by custom context-menu rows.

Built-in action names accepted by custom context-menu rows.

Declaration

export type ContextMenuActionName =
| "cut"
| "copy"
| "paste"
| "clearContents"
| "merge"
| "unmerge"
| "insertRowAbove"
| "insertRowBelow"
| "deleteRow"
| "insertColumnLeft"
| "insertColumnRight"
| "deleteColumn"
| "hideRow"
| "showAllRows"
| "autoFitRow"
| "hideColumn"
| "showAllColumns"
| "autoFitColumn"
| "clearFilter"
| "exportCsv"
| "exportXlsx"
| "separator";