Skip to content
Sheetwrite

Sheetwrite / Documentation

ContextMenuItems@sheetwrite/core

Static rows or a context-aware factory evaluated each time the menu opens.

Static rows or a context-aware factory evaluated each time the menu opens.

Declaration

export type ContextMenuItems =
| readonly ContextMenuItem[]
| ((context: ContextMenuContext) => readonly ContextMenuItem[]);