Input options for the ‘act’ mutation.

Definition

input ActOptions {
  domSettleTimeout: Int
  timeout: Int
}

Fields

domSettleTimeout: Int

Timeout in milliseconds to wait for the DOM to settle after an action within the sequence. Default is implementation-specific.

timeout: Int

Maximum time in milliseconds for the entire ‘act’ sequence to complete. Default is implementation-specific.