diff --git a/website/static/api/index.html b/website/static/api/index.html index 4690be32..2667a509 100644 --- a/website/static/api/index.html +++ b/website/static/api/index.html @@ -6,7 +6,7 @@ Tableau Extensions - +
@@ -51,7 +51,7 @@

Tableau Extensions

@@ -67,9 +67,9 @@

Tableau Extensions API

The Tableau Extensions API is a JavaScript library that is organized into namespaces that contain the classes and methods for communicating with Tableau components. The Tableau Extensions API - library supports both dashboard extensions and viz extensions (only available in beta), although not + library supports both dashboard extensions and viz extensions, although not all interfaces and methods apply to both extensions. For an overview of how the API is organized, - see Tableau Extensions API Basics.

+ see Tableau Extensions API Basics.

Note: To see all the methods and properties for the Extensions API interfaces, select the Inherited option in the upper-right corner of your browser window. This option shows any methods and properties inherited from base classes.
@@ -94,7 +94,7 @@

Tableau Extensions API

WorksheetContent - (Available to viz extensions beta only) The worksheetContent provides access to the worksheet object. When you have the worksheet object, you have access to all elements in the worksheet, including the worksheets, marks, filters, parameters, and data sources. For example, to access the worksheet in a workbook (after initialization), you might have a line of code that looks like the following:
const worksheet = tableau.extensions.worksheetContent + (Available to viz extensions only) The worksheetContent provides access to the worksheet object. When you have the worksheet object, you have access to all elements in the worksheet, including the worksheets, marks, filters, parameters, and data sources. For example, to access the worksheet in a workbook (after initialization), you might have a line of code that looks like the following:
const worksheet = tableau.extensions.worksheetContent Settings @@ -113,15 +113,15 @@

Tableau Extensions API

Dashboard extensions

The following diagram shows the relationship between the extensions namespace and the worksheets in - the dashboard. For more information, see Tableau Extensions API Basics.

-

Extensions API namespace hierarchy

+ the dashboard. For more information, see Tableau Extensions API Basics.

+

Extensions API namespace hierarchy


-

Viz extensions (available in beta only)

+

Viz extensions

The following diagram shows the relationship between the extensions namespace and the worksheets in - the workbook. For more information, see Tableau Extensions API Basics.

-

Viz Extensions API namespace hierarchy

+ the workbook. For more information, see Tableau Extensions API Basics.

+

Viz Extensions API namespace hierarchy