Skip to content

API Reference / @gtkx/testing / prettyRoles

Variable: prettyRoles

const prettyRoles: (container) => string

Defined in: role-helpers.d.ts:24

Formats the accessible roles in a container's tree as a readable string, listing each role together with its widgets and their accessible names.

Parameters

container

Container

The scope to inspect.

Returns

string

Released under the MPL-2.0 License.