MAIDR Documentation - v3.69.0
    Preparing search index...

    Handle returned by bindAmCharts / bindXYChart.

    interface AmChartsBinding {
        maidr: Maidr;
        dispose: () => void;
    }
    Index

    Properties

    Properties

    maidr: Maidr

    The MAIDR data that was mounted (for inspection; excludes the callback).

    dispose: () => void

    Unmount MAIDR, dispose the overlay, and restore the chart DOM.