Skip to main content

IWidgetStatus

Runtime snapshot of a widget's structure, used by the automated testing system. Returned by Widget.getWidgetStatus.

Properties

PropertyTypeDescription
descriptionnull | stringFree-form description of the widget's current state.
errornull | stringValidation error message; null means the widget is in a valid state.
eventsIEventType[]Events fired by this widget.
hitAreasobjectNamed interactive regions: region name → bounding rectangle.
partsobjectNamed UI parts: part name → root DOM Element.
shortcutsobjectKeyboard shortcuts: key combo string → human-readable description.