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

    Class MoveToSubplotContextCommand

    Command to move back to the subplot context from the trace context.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Executes the move operation to exit the trace context and return to the figure lobby.

      exitSubplot() already re-announces the figure position via the observer chain (TextViewModel.update clears any pending message). Announcing the exit cue after it therefore wins: notify() sets the message that overrides the nav value in the alert region, and React batches both synchronous dispatches into a single re-render, so the user hears one clear exit message plus the falling exit tone. In OFF text mode the message is null, so only the tone plays.

      Returns void