@jimka/typescript-ui / core / AriaRole
Type Alias: AriaRole ​
ts
type AriaRole =
| "grid"
| "rowgroup"
| "row"
| "gridcell"
| "columnheader"
| "tablist"
| "tab"
| "tabpanel"
| "tree"
| "treeitem"
| "group"
| "button"
| "region"
| "combobox"
| "listbox"
| "option"
| "menubar"
| "menuitem"
| "menu"
| "separator"
| "spinbutton"
| "progressbar"
| "status"
| "dialog";Defined in: src/typescript/lib/core/Aria.ts:10
Valid WAI-ARIA landmark and widget roles used by this framework.