MAIDR JavaScript API
    Preparing search index...

    Type Alias MarkSelectionOutcome

    MarkSelectionOutcome:
        | "echo"
        | "cleared"
        | "unresolved"
        | "navigated"
        | "refused"

    What handleMarkSelection did with an event.

    • echo: the event answered a selection or clear this bridge issued.
    • cleared: a user deselected everything; a kept target was withdrawn.
    • unresolved: a user selected marks no position names exactly; a kept target was withdrawn, since it no longer describes the selection.
    • navigated: the cursor moved to the mark, or will on the next focus-in.
    • refused: the chart would not take the position -- it is not mounted, or the position is not one the figure has.