9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: accessibility/accessibility-common.ts

Enumeration Members

Enumeration MemberValueDescriptionDefined in
AllowsDirectInteraction"allowsDirectInteraction"The element allows direct touch interaction for VoiceOver users.accessibility/accessibility-common.ts
CausesPageTurn"pageTurn"The element should cause an automatic page turn when VoiceOver finishes reading the text within it. Note: Requires custom view with accessibilityScroll(...)accessibility/accessibility-common.ts
NotEnabled"disabled"The element is not enabled and does not respond to user interaction.accessibility/accessibility-common.ts
Selected"selected"The element is currently selected.accessibility/accessibility-common.ts
UpdatesFrequently"frequentUpdates"The element frequently updates its label or value.accessibility/accessibility-common.ts