chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.input / SetIgnoreInputEventsRequest

SetIgnoreInputEventsRequest

data class SetIgnoreInputEventsRequest

Request object containing input parameters for the InputDomain.setIgnoreInputEvents command.

Constructors

<init>

Request object containing input parameters for the InputDomain.setIgnoreInputEvents command.

SetIgnoreInputEventsRequest(ignore: Boolean)

Properties

ignore

Ignores input events processing when set to true.

val ignore: Boolean