@jaxolotl/wdclib
Version:
Required Library to bridge javascript with Tableau. Use the scripts below to create the combined shim library. i.e. npm run-script build_and_copy
7 lines (6 loc) • 369 B
JavaScript
// Main entry point to pull together everything needed for the WDC shim library
// This file will be exported as a bundled js file by webpack so it can be included
// in a <script> tag in an html document. Alernatively, a connector may include
// this whole package in their code and would need to call init like this
import { init } from './tableauwdc';
init();