Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Workbook

The Workbook represents the currently open workbook.

since

1.6.0 and Tableau 2021.3

Hierarchy

  • Workbook

Index

Methods

getAllDataSourcesAsync

  • getAllDataSourcesAsync(): Promise<Array<DataSource>>
  • 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.

    since

    1.6.0 and Tableau 2021.3

    Returns Promise<Array<DataSource>>

    All data sources used in this workbook.