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