extensions-api
extensions-api copied to clipboard
Extensions API sample code and developer docs.
This will make it easier for you to publish a new version and it will be easier for people who are currently using the extensions api to develop using webpack.
Right now when you reload the extension in your dashboard the debugging console on port 8696 stops working and you have to start it up again. Would really help if...
Hi, I'm not finding how to do this, or if it's at all possible at the moment, but I'm trying to get the padding of a [dashboard obejct](https://tableau.github.io/extensions-api/docs/interfaces/dashboardobject.html). This is...
The actual extension .min.js files contain a link to the map file, but the actual map files are not bundled This makes debugging a bit trickier, and gives useless 404...
See my issue https://github.com/tableau/extensions-api/issues/530
**Describe the issue** When doing the getting started guide https://tableau.github.io/extensions-api/docs/trex_getstarted.html the `npm run build` process fails. It's because of `npm run tslint` Error: ``` > [email protected] tslint > ./node_modules/.bin/tslint --config...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Hi Tableau Team, I think that dashboard extension is an awesome concept with many valuable use-cases to come for Tableau customers (we are already using the [Tableau JS API](https://onlinehelp.tableau.com/current/api/js_api/en-us/JavaScriptAPI/js_api_ref.htm)). Looking...