Skip to main content
Version: 1.x

Interface: ObjectPageOptions

Defined in: src/fe/object-page.ts:41

Options for Object Page operations.

Example

const opts: ObjectPageOptions = { timeout: 10_000 };

Properties

skipStabilityWait?

readonly optional skipStabilityWait: boolean

Defined in: src/fe/object-page.ts:45

Skip UI5 stability wait after actions. Defaults to false.


timeout?

readonly optional timeout: number

Defined in: src/fe/object-page.ts:43

Timeout in ms. Defaults to DEFAULT_TIMEOUTS.CONTROL_DISCOVERY.