Skip to content

API Reference / @gtkx/testing / logRoles

Variable: logRoles

const logRoles: (container) => void

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

Prints the accessible roles in a container's tree to the console using prettyRoles.

Parameters

container

Container

The scope to inspect.

Returns

void

Released under the MPL-2.0 License.