Tableau Embedding API
    Preparing search index...

    Interface CustomMarkContextMenuEvent

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

    interface CustomMarkContextMenuEvent {
        sheet: Sheet;
        worksheet: Worksheet;
        getContextMenuId(): string;
        getSelectedMarksAsync(): Promise<MarksCollection>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Returns string

      Id of clicked embedded menu item.

    • Returns Promise<MarksCollection>

      The collection of Marks that were selected.

    Properties

    sheet: Sheet

    The sheet which was the source of this event.

    worksheet: Worksheet

    The worksheet which was the source of this event.