MAIDR JavaScript API
    Preparing search index...

    Type Alias LiveNavigator

    LiveNavigator: (target: NavigationTarget | null) => boolean

    Moves a mounted chart's cursor to a position the host chose.

    Registered by the chart alongside its data listener. null withdraws a target the chart is still holding for its next focus-in (see LiveDataManager.navigateTo). Returns whether the chart accepted the target -- moved to it now, or kept it for when the reader arrives.

    Type Declaration