MAIDR Documentation - v4.4.0
    Preparing search index...

    The live <tableau-viz> custom element.

    It is an ordinary HTMLElement and an ordinary EventTarget — Tableau events arrive as CustomEvents whose payload is in event.detail — which is why the adapter needs no vendor event API at all. workbook is optional because it is only guaranteed once the element has fired firstinteractive.

    interface TableauViz {
        workbook?: TableauWorkbook;
    }

    Hierarchy

    • HTMLElement
      • TableauViz
    Index

    Properties

    Properties

    workbook?: TableauWorkbook