SetScrollbarsHiddenRequest

@Serializable
data class SetScrollbarsHiddenRequest(val hidden: Boolean)(source)

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

Constructors

Link copied to clipboard
constructor(hidden: Boolean)

Properties

Link copied to clipboard

Whether scrollbars should be always hidden.