pl.wendigo.chrome.api.layertree / LoadSnapshotRequest

LoadSnapshotRequest

data class LoadSnapshotRequest (source)

Represents request frame that can be used with LayerTree#loadSnapshot operation call.

Returns the snapshot identifier.

Link
LayerTree#loadSnapshot method documentation.

See Also

LayerTreeOperations.loadSnapshot

Constructors

<init>

LoadSnapshotRequest(tiles: List<PictureTile>)

Represents request frame that can be used with LayerTree#loadSnapshot operation call.

Properties

tiles

val tiles: List<PictureTile>

An array of tiles composing the snapshot.