Tableau Extensions API
    Preparing search index...

    Interface DashboardContent

    The DashboardContent namespace is the namespace associated with Dashboard Extensions. The DashboardContent namespace contains the Dashboard interface. Use the Dashboard Interface to access dashboard objects, worksheets, and parameters, and to add or remove event listeners.

    interface DashboardContent {
        dashboard: Dashboard;
    }
    Index

    Properties

    Properties

    dashboard: Dashboard

    The dashboard object representing the Tableau dashboard where the extension is running.