Skip to content
Sheetwrite

Sheetwrite / Documentation

ToolbarActionName@sheetwrite/core

Built-in action names accepted by custom toolbar items.

Built-in action names accepted by custom toolbar items.

Declaration

export type ToolbarActionName =
| "bold"
| "italic"
| "underline"
| "strikethrough"
| "alignLeft"
| "alignCenter"
| "alignRight"
| "textColor"
| "fillColor"
| "border"
| "clearFormat"
| "merge"
| "unmerge"
| "sortAsc"
| "sortDesc"
| "exportCsv"
| "exportXlsx"
| "undo"
| "redo"
| "separator";