You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The Tableau Extensions API is a JavaScript library that is organized into namespaces that contain
69
69
the classes and methods for communicating with Tableau components. The Tableau Extensions API
70
-
library supports both dashboard extensions and viz extensions (only available in beta), although not
70
+
library supports both dashboard extensions and viz extensions, although not
71
71
all interfaces and methods apply to both extensions. For an overview of how the API is organized,
72
-
see <ahref="./trex_api_about.html">Tableau Extensions API Basics</a>.</p>
72
+
see <ahref="../docs/trex_api_about">Tableau Extensions API Basics</a>.</p>
73
73
<divclass="alert alert-info">
74
74
<b>Note:</b> To see all the methods and properties for the Extensions API interfaces, select the <b>Inherited</b> option in the upper-right corner of your browser window. This option shows any methods and properties inherited from base classes.
<tdalign="left"><strong>(Available to viz extensions beta only)</strong> The <code>worksheetContent</code> provides access to the worksheet object. When you have the worksheet object, you have access to all elements in the <ahref="./interfaces/worksheet.html">worksheet</a>, including the <ahref="./interfaces/dashboard.html#worksheets">worksheets</a>, <ahref="./interfaces/markscollection.html">marks</a>, <ahref="./interfaces/filter.html">filters</a>, <ahref="./interfaces/parameter.html">parameters</a>, and <ahref="./interfaces/datasource.html">data sources</a>. For example, to access the worksheet in a workbook (after initialization), you might have a line of code that looks like the following: <br><code>const worksheet = tableau.extensions.worksheetContent</code></td>
97
+
<tdalign="left"><strong>(Available to viz extensions only)</strong> The <code>worksheetContent</code> provides access to the worksheet object. When you have the worksheet object, you have access to all elements in the <ahref="./interfaces/worksheet.html">worksheet</a>, including the <ahref="./interfaces/dashboard.html#worksheets">worksheets</a>, <ahref="./interfaces/markscollection.html">marks</a>, <ahref="./interfaces/filter.html">filters</a>, <ahref="./interfaces/parameter.html">parameters</a>, and <ahref="./interfaces/datasource.html">data sources</a>. For example, to access the worksheet in a workbook (after initialization), you might have a line of code that looks like the following: <br><code>const worksheet = tableau.extensions.worksheetContent</code></td>
0 commit comments