CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Variable getStatusAriaProps

    getStatusAriaProps: (
        message: string,
        politeness?: "OFF" | "POLITE" | "ASSERTIVE",
    ) => { role: string; "aria-live": string; "aria-atomic": boolean }

    Type Declaration

      • (
            message: string,
            politeness?: "OFF" | "POLITE" | "ASSERTIVE",
        ): { role: string; "aria-live": string; "aria-atomic": boolean }
      • Generate ARIA props for a status/live region

        Parameters

        • message: string

          Status message

        • politeness: "OFF" | "POLITE" | "ASSERTIVE" = 'POLITE'

          ARIA live politeness level

        Returns { role: string; "aria-live": string; "aria-atomic": boolean }

        ARIA props object