Function: findRoles()
function findRoles(root: UixElement, role: string): UixElement[];
Defined in: packages/webxr-uiextensions/src/controls/element.ts:44
All descendants (including self) declared as <uix-{role}>.
Parameters
| Parameter | Type |
|---|---|
root | UixElement |
role | string |