Enum AccessibleLive¶
Defined in File slint_enums.h
Enum Documentation¶
-
enum class slint::AccessibleLive¶
This enum represents the different values of the
accessible-liveproperty. 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.
-
enumerator Off¶