Tableau Extensions API
    Preparing search index...

    Interface SummaryDataChangedEvent

    An event which is raised when summary data is changed for a worksheet or when a worksheet's data source is refreshed

    1.11.0 and Tableau 2024.1

    interface SummaryDataChangedEvent {
        sheet: Sheet;
        type: TableauEventType;
        worksheet: Worksheet;
    }

    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.

    worksheet: Worksheet

    The worksheet which was the source of this event.