chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / SetShowScrollBottleneckRectsRequest

SetShowScrollBottleneckRectsRequest

data class SetShowScrollBottleneckRectsRequest

Request object containing input parameters for the OverlayDomain.setShowScrollBottleneckRects command.

Constructors

<init>

Request object containing input parameters for the OverlayDomain.setShowScrollBottleneckRects command.

SetShowScrollBottleneckRectsRequest(show: Boolean)

Properties

show

True for showing scroll bottleneck rects

val show: Boolean