Tableau Embedding API
    Preparing search index...

    Interface TableauSheetEvent

    An event which is related to a particular Sheet (worksheet, dashboard, story) in the workbook.

    interface TableauSheetEvent {
        sheet: Sheet;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    sheet: Sheet

    The sheet which was the source of this event.