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
<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.worksheet</code></td>
0 commit comments