Re-exports the adapter's API and exposes it as window.maidrTableau for
script-tag usage. For what the adapter does and how a page wires it up, see
bindTableau.
Remarks
The Tableau Embedding API v3 library is loaded by the host page — this bundle
has no compile-time or runtime dependency on any @tableau/* package, and
only duck-types the live <tableau-viz> element.
Tableau adapter entry point for MAIDR.
Re-exports the adapter's API and exposes it as
window.maidrTableaufor script-tag usage. For what the adapter does and how a page wires it up, see bindTableau.Remarks
The Tableau Embedding API v3 library is loaded by the host page — this bundle has no compile-time or runtime dependency on any
@tableau/*package, and only duck-types the live<tableau-viz>element.Example