Tableau Extensions API
    Preparing search index...

    Interface DashboardLayoutChangedEvent

    An event which is raised when the dashboard objects are modified. Should be listened for directly from the tableau.extensions.dashboardContent.dashboard object.

    1.7.0 and Tableau 2021.4

    interface DashboardLayoutChangedEvent {
        dashboardLayoutChangeDetails: DashboardLayoutChangeDetails;
        type: TableauEventType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dashboardLayoutChangeDetails: DashboardLayoutChangeDetails

    a map of dashboard object id's to an array of dashboard object layout changes

    The type of event which this class is representing.