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

SetShowDebugBordersRequest

data class SetShowDebugBordersRequest

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

Constructors

<init>

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

SetShowDebugBordersRequest(show: Boolean)

Properties

show

True for showing debug borders

val show: Boolean