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

SetVisibleSizeRequest

data class SetVisibleSizeRequest
Deprecated: Deprecated in the Chrome DevTools protocol

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

Constructors

<init>

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

SetVisibleSizeRequest(width: Int, height: Int)

Properties

height

Frame height (DIP).

val height: Int

width

Frame width (DIP).

val width: Int