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

    Class Controller

    Main controller class that orchestrates all services, view models, and interactions for the MAIDR application.

    Implements

    Index

    Constructors

    • Initializes the controller with all necessary services, view models, and bindings.

      Parameters

      • maidr: Maidr

        The MAIDR configuration object containing plot data and settings

      • plot: HTMLElement

        The HTML element containing the plot to be made accessible

      Returns Controller

    Methods

    • Announces the initial instruction to screen readers using a live region.

      Returns void

    • Retrieves the initial instruction text for the plot.

      Returns string

      The initial instruction text

    • Displays the initial instruction in the text view without announcing it to screen readers.

      Returns void