Enumerations
AccessibilityRole
Defined in: accessibility/accessibility-common.ts
Enumeration Members
| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
Adjustable | "adjustable" | The element allows continuous adjustment through a range of values. | accessibility/accessibility-common.ts |
Button | "button" | The element should be treated as a button. | accessibility/accessibility-common.ts |
Checkbox | "checkbox" | The element behaves like a Checkbox | accessibility/accessibility-common.ts |
Header | "header" | The element is a header that divides content into sections, such as the title of a navigation bar. | accessibility/accessibility-common.ts |
Image | "image" | The element should be treated as an image. | accessibility/accessibility-common.ts |
ImageButton | "imageButton" | The element should be treated as a image button. | accessibility/accessibility-common.ts |
KeyboardKey | "keyboardKey" | The element behaves as a keyboard key. | accessibility/accessibility-common.ts |
Link | "link" | The element should be treated as a link. | accessibility/accessibility-common.ts |
None | "none" | The element has no traits. | accessibility/accessibility-common.ts |
PlaysSound | "plays" | The element plays its own sound when activated. | accessibility/accessibility-common.ts |
ProgressBar | "progressBar" | The element behaves like a ProgressBar | accessibility/accessibility-common.ts |
RadioButton | "radioButton" | The element behaves like a RadioButton | accessibility/accessibility-common.ts |
Search | "search" | The element should be treated as a search field. | accessibility/accessibility-common.ts |
SpinButton | "spinButton" | The element behaves like a SpinButton | accessibility/accessibility-common.ts |
StartsMediaSession | "startsMedia" | The element starts a media session when it is activated. | accessibility/accessibility-common.ts |
StaticText | "text" | The element should be treated as static text that cannot change. | accessibility/accessibility-common.ts |
Summary | "summary" | The element provides summary information when the application starts. | accessibility/accessibility-common.ts |
Switch | "switch" | The element behaves like a switch | accessibility/accessibility-common.ts |
- Previous
- AccessibilityLiveRegion
- Next
- AccessibilityState