Input options for the ‘keyPress’ mutation.

Definition

input KeyPressOptions {
  delay: Int
}

Fields

delay: Int

Delay in milliseconds after the key press. Defaults to 0.