menu
AccessibilityRole
import { AccessibilityRole } from "destack:accessibility/binding";
WAI-ARIA role selector.
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 = 1alert.AlertDialog = 2alertdialog.Application = 3application.Article = 4article.Banner = 5banner.BlockQuote = 6blockquote.Button = 7button.Caption = 8caption.Cell = 9cell.Checkbox = 10checkbox.Code = 11code.ColumnHeader = 12columnheader.ComboBox = 13combobox.Comment = 14comment.Complementary = 15complementary.ContentInfo = 16contentinfo.Definition = 17definition.Deletion = 18deletion.Dialog = 19dialog.Directory = 20directory.Document = 21document.Emphasis = 22emphasis.Feed = 23feed.Figure = 24figure.Form = 25form.Generic = 26generic.Grid = 27grid.GridCell = 28gridcell.Group = 29group.Heading = 30heading.Image = 31img.Insertion = 32insertion.Link = 33link.List = 34list.ListBox = 35listbox.ListItem = 36listitem.Log = 37log.Main = 38main.Mark = 39mark.Marquee = 40marquee.Math = 41math.Menu = 42menu.MenuBar = 43menubar.MenuItem = 44menuitem.MenuItemCheckbox = 45menuitemcheckbox.MenuItemRadio = 46menuitemradio.Meter = 47meter.Navigation = 48navigation.None = 49none.Note = 50note.Option = 51option.Paragraph = 52paragraph.Presentation = 53presentation.ProgressBar = 54progressbar.Radio = 55radio.RadioGroup = 56radiogroup.Region = 57region.Row = 58row.RowGroup = 59rowgroup.RowHeader = 60rowheader.ScrollBar = 61scrollbar.Search = 62search.SearchBox = 63searchbox.Separator = 64separator.Slider = 65slider.SpinButton = 66spinbutton.Status = 67status.Strong = 68strong.Subscript = 69subscript.Suggestion = 70suggestion.Superscript = 71superscript.Switch = 72switch.Tab = 73tab.Table = 74table.TabList = 75tablist.TabPanel = 76tabpanel.Term = 77term.TextBox = 78textbox.Time = 79time.Timer = 80timer.ToolBar = 81toolbar.ToolTip = 82tooltip.Tree = 83tree.TreeGrid = 84treegrid.TreeItem = 85treeitem.