chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.input / SynthesizeScrollGestureRequest / <init>

<init>

SynthesizeScrollGestureRequest(x: Double, y: Double, xDistance: Double? = null, yDistance: Double? = null, xOverscroll: Double? = null, yOverscroll: Double? = null, preventFling: Boolean? = null, speed: Int? = null, gestureSourceType: GestureSourceType? = null, repeatCount: Int? = null, repeatDelayMs: Int? = null, interactionMarkerName: String? = null)

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