MAIDR JavaScript API
    Preparing search index...

    Class GoToMinValueCommand

    Command to jump to the minimum value of the current layer.

    Hierarchy

    • AbstractGoToExtremeValueCommand
      • GoToMinValueCommand
    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get type(): "min" | "max"

      Which extreme this command jumps to.

      Returns "min" | "max"

    • get unavailableMessage(): string

      Message announced when the current layer has no such extreme to jump to.

      Returns string

    Methods

    • Executes the jump, announcing a message when the current layer offers no such extreme — the key is bound across the whole scope, so it fires on trace types that do not support extrema navigation as well, and a silent press would read as a broken shortcut.

      When the value is tied across several points, the landing is re-announced with its position among them, so a reader walking the ties knows how many there are and which one they are on. The live region holds one message at a time, so the position is appended to the point text rather than sent on its own — announcing the position alone would cost the reader the point.

      Returns void