Tableau Extensions API
    Preparing search index...

    Interface Workbook

    The Workbook represents the currently open workbook.

    1.6.0 and Tableau 2021.3

    interface Workbook {
        getAllDataSourcesAsync(): Promise<DataSource[]>;
    }
    Index

    Methods

    • Gets the data sources for this workbook. Note that calling this method might negatively impact performance and responsiveness of the viz that your extension is added to. The method is not entirely asynchronous and includes some serial operations.

      Returns Promise<DataSource[]>

      All data sources used in this workbook.

      1.6.0 and Tableau 2021.3