MAIDR JavaScript API
    Preparing search index...

    What the active sheet contributes: its worksheets, and where they sit.

    interface DiscoveredSheet {
        worksheets: readonly TableauWorksheet[];
        geometry: ReadonlyMap<string, TableauWorksheetGeometry>;
    }
    Index

    Properties

    Properties

    worksheets: readonly TableauWorksheet[]

    The worksheets, in the order the author added them.

    geometry: ReadonlyMap<string, TableauWorksheetGeometry>

    Worksheet name → geometry. Empty whenever geometry is unavailable.