chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.emulation / SetScrollbarsHiddenRequest

SetScrollbarsHiddenRequest

data class SetScrollbarsHiddenRequest

Request object containing input parameters for the EmulationDomain.setScrollbarsHidden command.

Constructors

<init>

Request object containing input parameters for the EmulationDomain.setScrollbarsHidden command.

SetScrollbarsHiddenRequest(hidden: Boolean)

Properties

hidden

Whether scrollbars should be always hidden.

val hidden: Boolean