Tableau Embedding API
    Preparing search index...

    Interface TableauWorksheetEvent

    An event which is related to a particular Worksheet in the workbook.

    interface TableauWorksheetEvent {
        sheet: Sheet;
        worksheet: Worksheet;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    sheet: Sheet

    The sheet which was the source of this event.

    worksheet: Worksheet

    The worksheet which was the source of this event.