Interface AlertScreenReaderOptions

Options for alertScreenReader.

interface AlertScreenReaderOptions {
    assertive: boolean;
}

Properties

Properties

assertive: boolean

If true, set aria-live to assertive instead of polite.