Tableau Embedding API
    Preparing search index...

    Interface MarksSelectedEvent

    An event which is raised when marks are selected on a worksheet.

    interface MarksSelectedEvent {
        sheet: Sheet;
        worksheet: Worksheet;
        getMarksAsync(): Promise<MarksCollection>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    Methods

    • 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.