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

    Class DisplayService

    Service for managing display focus, ARIA labels, and UI state transitions.

    Implements

    Index

    Constructors

    Properties

    plot: HTMLElement
    onChange: Event<FocusChangedEvent>

    Methods

    • Gets the instruction text for the plot.

      Parameters

      • OptionalincludeClickPrompt: boolean = true

        Whether to include the click prompt

      Returns string

      The instruction text

    • Toggles focus between different scopes and manages the focus stack.

      Parameters

      • focus: Focus

        The focus scope to toggle to

      Returns void