Tableau Extensions 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;
        type: TableauEventType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    sheet: Sheet

    The sheet which was the source of this event.

    The type of event which this class is representing.