Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomMarkContextMenuEvent

An event which is raised when an embedded custom context menu item is clicked.

Hierarchy

Index

Properties

sheet

sheet: Sheet
returns

The sheet which was the source of this event.

worksheet

worksheet: Worksheet
returns

The worksheet which was the source of this event.

Methods

getContextMenuId

  • getContextMenuId(): string
  • Returns string

    Id of clicked embedded menu item.

getSelectedMarksAsync

  • Returns Promise<MarksCollection>

    The collection of Marks that were selected.