chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.browser / SetDockTileRequest

SetDockTileRequest

data class SetDockTileRequest

Request object containing input parameters for the BrowserDomain.setDockTile command.

Constructors

<init>

Request object containing input parameters for the BrowserDomain.setDockTile command.

SetDockTileRequest(badgeLabel: String? = null, image: String? = null)

Properties

badgeLabel

val badgeLabel: String?

image

Png encoded image.

val image: String?