Expand description
Helper types for inspecting an UI tree.
When compiled with the "inspector" feature all widget instances are instrumented with inspection node
that shares a clone of the WidgetBuilder in the WidgetInfo.
Structs§
- Inspector
Actual Vars - Inspected contextual variables actualized at the moment of info build.
- Inspector
Info - Widget instance inspector info.
Enums§
- Instance
Item - Widget instance item.
Traits§
- Inspect
Property Pattern - Query pattern for the
WidgetInfoInspectorExtinspect methods. - Inspect
Widget Pattern - Query pattern for the
WidgetInfoInspectorExtinspect methods. - Widget
Info Inspector Ext - Extensions methods for
WidgetInfo.