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

    The result of extracting a set of worksheets.

    Mirrors the Chart.js adapter's { maidr, layerDatasetIndices } contract: the schema plus the bookkeeping needed to route navigation back into the host library. maidr.onNavigate is deliberately not set — wiring it is the binder's job, and leaving extraction pure is what makes it testable.

    interface TableauExtraction {
        maidr: Maidr;
        selection: SelectionIndex;
    }
    Index

    Properties

    Properties

    maidr: Maidr

    The MAIDR data object, ready for <Maidr data={...}>.

    selection: SelectionIndex

    Where each navigable position came from, for the selection bridge.