Skip to content

AccessibleLiveness

from slint.language import AccessibleLiveness
python

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

  • off — Use in regions that present information that is of low-importance to the user. Assistive technologies are expected to not announce changes unless the user explicitly asks for it.
  • polite — Use in regions that present new information to users. Assistive technologies are expected to not interrupt the user to inform of changes to the live region.
  • assertive — Use in regions that present information that a user should know about right away. Assistive technologies are expected to announce to the user as soon as possible.

© 2026 SixtyFPS GmbH