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

ARIACompositeWidgetRole

type ARIACompositeWidgetRole =
| "combobox"
| "grid"
| "listbox"
| "menu"
| "menubar"
| "radiogroup"
| "tablist"
| "tree"
| "treegrid";

§Type

§
"combobox" | "grid" | "listbox" | "menu" | "menubar" | "radiogroup" | "tablist" | "tree" | "treegrid"
[src]