Function: findRole()
function findRole(root: UixElement, role: string): UixElement | undefined;
Defined in: controls/element.ts:55
Parameters
| Parameter | Type |
|---|---|
root | UixElement |
role | string |
Returns
UixElement | undefined
function findRole(root: UixElement, role: string): UixElement | undefined;
Defined in: controls/element.ts:55
| Parameter | Type |
|---|---|
root | UixElement |
role | string |
UixElement | undefined