MAIDR JavaScript API
    Preparing search index...

    Function navigateMaidr

    • Moves a chart's cursor to a position the host chose and announces it. Convenience wrapper around liveDataManager.

      The inbound half of onNavigate: hand back a {layerId, row, col} the callback reported, or one of its pointIndices as {layerId, pointIndex}, and the reader lands on that mark. A chart the reader is not focused on keeps the target for their next focus-in; null withdraws a kept target.

      Parameters

      • target: NavigationTarget | null

        The position, or null to withdraw a kept one

      • Optionaloptions: { id?: string }

        Where to deliver it

        • Optionalid?: string

          Target chart; may be omitted when exactly one chart is registered

      Returns boolean

      True when a registered chart accepted the target