Enum AccessibleLive

Enum Documentation

enum class slint::AccessibleLive

This enum represents the different values of the accessible-live property. It indicates that an element is a live region whose content changes should be announced by assistive technologies.

Values:

enumerator Off

The element is not a live region.

enumerator Polite

Updates are announced when the user is idle.

enumerator Assertive

Updates are announced as soon as possible.