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

    Resolves a MAIDR navigation position to the am5 targets to highlight.

    interface NavMap {
        resolve: (layerId: string, row: number, col: number) => NavTarget[];
        chartFor: (layerId: string) => AmXYChart | undefined;
        chartCount: number;
    }
    Index

    Properties

    resolve: (layerId: string, row: number, col: number) => NavTarget[]
    chartFor: (layerId: string) => AmXYChart | undefined

    The chart owning a layer, so highlights can be clipped against the owning panel's plot bounds. Layer ids are unique figure-wide, so the id alone disambiguates the panel.

    chartCount: number

    Number of distinct charts (panels) in the map.