chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.layertree / LoadSnapshotRequest

LoadSnapshotRequest

data class LoadSnapshotRequest

Request object containing input parameters for the LayerTreeDomain.loadSnapshot command.

Constructors

<init>

Request object containing input parameters for the LayerTreeDomain.loadSnapshot command.

LoadSnapshotRequest(tiles: List<PictureTile>)

Properties

tiles

An array of tiles composing the snapshot.

val tiles: List<PictureTile>