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

    Variable getStatusAriaProps

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

    Type Declaration

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

        Parameters

        • message: string

          Status message

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

          ARIA live politeness level

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

        ARIA props object