IWidgetStatus
Runtime snapshot of a widget's structure, used by the automated testing system. Returned by Widget.getWidgetStatus.
Properties
| Property | Type | Description |
|---|---|---|
description | null | string | Free-form description of the widget's current state. |
error | null | string | Validation error message; null means the widget is in a valid state. |
events | IEventType[] | Events fired by this widget. |
hitAreas | object | Named interactive regions: region name → bounding rectangle. |
parts | object | Named UI parts: part name → root DOM Element. |
shortcuts | object | Keyboard shortcuts: key combo string → human-readable description. |