Skip to main content
Version: 1.x

Interface: ObjectPageOptions

Options for Object Page operations.

Example

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

Properties

skipStabilityWait?

readonly optional skipStabilityWait?: boolean

Skip UI5 stability wait after actions. Defaults to false.


timeout?

readonly optional timeout?: number

Timeout in ms. Defaults to DEFAULT_TIMEOUTS.CONTROL_DISCOVERY.