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

    Class BrailleService

    Service responsible for managing braille display generation and navigation.

    Implements

    Index

    Constructors

    Properties

    onChange: Event<BrailleChangedEvent>

    Accessors

    • get isEnabled(): boolean

      Returns whether braille mode is currently enabled.

      Returns boolean

    Methods

    • Refreshes the braille display with the given trace state. Called explicitly when entering a new subplot with braille enabled, because the model's notifyStateUpdate is not invoked on entry (doing so would fan out to all observers, including AudioService, causing an unwanted tone).

      Parameters

      Returns void

    • Moves the navigation cursor to a specific braille index position.

      Parameters

      • index: number

        Target index in the braille display

      Returns void