CIA Compliance Manager API Documentation - v1.1.6
    Preparing search index...

    Variable announceToScreenReader

    announceToScreenReader: (
        message: string,
        politeness?: "polite" | "assertive",
    ) => void

    Type Declaration

      • (message: string, politeness?: "polite" | "assertive"): void
      • Announce a message to screen readers using ARIA live region Uses a singleton live region to prevent duplicate announcements

        Parameters

        • message: string

          Message to announce

        • politeness: "polite" | "assertive" = 'polite'

          ARIA live politeness level

        Returns void