menu

AccessibilityRole

import { AccessibilityRole } from "destack:accessibility/binding";

WAI-ARIA role selector.

language/library/src/accessibility/binding/role.ds:2:173
1export enum AccessibilityRole {2    Alert = 1,3    AlertDialog = 2,4    Application = 3,5    Article = 4,6    Banner = 5,7    BlockQuote = 6,8    Button = 7,9    Caption = 8,10    Cell = 9,11    Checkbox = 10,12    Code = 11,13    ColumnHeader = 12,14    ComboBox = 13,15    Comment = 14,16    Complementary = 15,17    ContentInfo = 16,18    Definition = 17,19    Deletion = 18,20    Dialog = 19,21    Directory = 20,22    Document = 21,23    Emphasis = 22,24    Feed = 23,25    Figure = 24,26    Form = 25,27    Generic = 26,28    Grid = 27,29    GridCell = 28,30    Group = 29,31    Heading = 30,32    Image = 31,33    Insertion = 32,34    Link = 33,35    List = 34,36    ListBox = 35,37    ListItem = 36,38    Log = 37,39    Main = 38,40    Mark = 39,41    Marquee = 40,42    Math = 41,43    Menu = 42,44    MenuBar = 43,45    MenuItem = 44,46    MenuItemCheckbox = 45,47    MenuItemRadio = 46,48    Meter = 47,49    Navigation = 48,50    None = 49,51    Note = 50,52    Option = 51,53    Paragraph = 52,54    Presentation = 53,55    ProgressBar = 54,56    Radio = 55,57    RadioGroup = 56,58    Region = 57,59    Row = 58,60    RowGroup = 59,61    RowHeader = 60,62    ScrollBar = 61,63    Search = 62,64    SearchBox = 63,65    Separator = 64,66    Slider = 65,67    SpinButton = 66,68    Status = 67,69    Strong = 68,70    Subscript = 69,71    Suggestion = 70,72    Superscript = 71,73    Switch = 72,74    Tab = 73,75    Table = 74,76    TabList = 75,77    TabPanel = 76,78    Term = 77,79    TextBox = 78,80    Time = 79,81    Timer = 80,82    ToolBar = 81,83    ToolTip = 82,84    Tree = 83,85    TreeGrid = 84,86    TreeItem = 85,87}

Variants

Alert = 1

alert.

AlertDialog = 2

alertdialog.

Application = 3

application.

Article = 4

article.

Banner = 5

banner.

BlockQuote = 6

blockquote.

Button = 7

button.

Caption = 8

caption.

Cell = 9

cell.

Checkbox = 10

checkbox.

Code = 11

code.

ColumnHeader = 12

columnheader.

ComboBox = 13

combobox.

Comment = 14

comment.

Complementary = 15

complementary.

ContentInfo = 16

contentinfo.

Definition = 17

definition.

Deletion = 18

deletion.

Dialog = 19

dialog.

Directory = 20

directory.

Document = 21

document.

Emphasis = 22

emphasis.

Feed = 23

feed.

Figure = 24

figure.

Form = 25

form.

Generic = 26

generic.

Grid = 27

grid.

GridCell = 28

gridcell.

Group = 29

group.

Heading = 30

heading.

Image = 31

img.

Insertion = 32

insertion.

Link = 33

link.

List = 34

list.

ListBox = 35

listbox.

ListItem = 36

listitem.

Log = 37

log.

Main = 38

main.

Mark = 39

mark.

Marquee = 40

marquee.

Math = 41

math.

Menu = 42

menu.

MenuBar = 43

menubar.

MenuItem = 44

menuitem.

MenuItemCheckbox = 45

menuitemcheckbox.

MenuItemRadio = 46

menuitemradio.

Meter = 47

meter.

Navigation = 48

navigation.

None = 49

none.

Note = 50

note.

Option = 51

option.

Paragraph = 52

paragraph.

Presentation = 53

presentation.

ProgressBar = 54

progressbar.

Radio = 55

radio.

RadioGroup = 56

radiogroup.

Region = 57

region.

Row = 58

row.

RowGroup = 59

rowgroup.

RowHeader = 60

rowheader.

ScrollBar = 61

scrollbar.

Search = 62

search.

SearchBox = 63

searchbox.

Separator = 64

separator.

Slider = 65

slider.

SpinButton = 66

spinbutton.

Status = 67

status.

Strong = 68

strong.

Subscript = 69

subscript.

Suggestion = 70

suggestion.

Superscript = 71

superscript.

Switch = 72

switch.

Tab = 73

tab.

Table = 74

table.

TabList = 75

tablist.

TabPanel = 76

tabpanel.

Term = 77

term.

TextBox = 78

textbox.

Time = 79

time.

Timer = 80

timer.

ToolBar = 81

toolbar.

ToolTip = 82

tooltip.

Tree = 83

tree.

TreeGrid = 84

treegrid.

TreeItem = 85

treeitem.