API Reference / @gtkx/testing / logWidget
Variable: logWidget
constlogWidget: (container,options?) =>void
Defined in: pretty-widget.d.ts:31
Prints one or more widget trees to the console using prettyWidget.
Parameters
container
A single scope or an array of scopes to format and print.
options?
Formatting options passed through to prettyWidget.
Returns
void