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

    Interface TableauWorkbook

    The workbook behind a viz.

    interface TableauWorkbook {
        name?: string;
        activeSheet: TableauSheet;
    }
    Index

    Properties

    Properties

    name?: string
    activeSheet: TableauSheet