Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ARIAWidgetRole

type ARIAWidgetRole =
| "button"
| "checkbox"
| "gridcell"
| "link"
| "menuitem"
| "menuitemcheckbox"
| "menuitemradio"
| "option"
| "progressbar"
| "radio"
| "scrollbar"
| "searchbox"
| "slider"
| "spinbutton"
| "switch"
| "tab"
| "tabpanel"
| "textbox"
| "treeitem";

§Type

§
"button" | "checkbox" | "gridcell" | "link" | "menuitem" | "menuitemcheckbox" | "menuitemradio" | "option" | "progressbar" | "radio" | "scrollbar" | "searchbox" | "slider" | "spinbutton" | "switch" | "tab" | "tabpanel" | "textbox" | "treeitem"
[src]