Skip to main content
Version: 1.x

Interface: DateOptions

Options for date/time picker operations.

Example

const opts: DateOptions = { timeout: 5000, skipStabilityWait: true };

Properties

skipStabilityWait?

readonly optional skipStabilityWait?: boolean

Whether to skip stability wait after setting.


timeout?

readonly optional timeout?: number

Timeout in milliseconds for the operation.