IWidgetStatus
Defined in: js-api/src/u2core/protocol.ts:53
Runtime snapshot of a widget's structure, read by the automated testing system.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description | string | null | - | js-api/src/u2core/protocol.ts:61 |
error | string | null | - | js-api/src/u2core/protocol.ts:62 |
events | IEventType[] | - | js-api/src/u2core/protocol.ts:60 |
hitAreas | object | - | js-api/src/u2core/protocol.ts:55 |
inputs? | IInputStatus[] | - | js-api/src/u2core/protocol.ts:63 |
parts | object | - | js-api/src/u2core/protocol.ts:54 |
shortcuts | object | - | js-api/src/u2core/protocol.ts:59 |
values? | object | Named readings of the widget's state a test compares before and after a change (a color scale's shown range). | js-api/src/u2core/protocol.ts:58 |