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

Package org.hildan.chrome.devtools.domains.layertree

Types

CompositingReasonsRequest

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

data class CompositingReasonsRequest

CompositingReasonsResponse

Response type for the LayerTreeDomain.compositingReasons command.

data class CompositingReasonsResponse

Layer

Information about a compositing layer.

data class Layer

LayerId

Unique Layer identifier.

typealias LayerId = String

LayerTreeDomain

Official doc

class LayerTreeDomain

LoadSnapshotRequest

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

data class LoadSnapshotRequest

LoadSnapshotResponse

Response type for the LayerTreeDomain.loadSnapshot command.

data class LoadSnapshotResponse

MakeSnapshotRequest

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

data class MakeSnapshotRequest

MakeSnapshotResponse

Response type for the LayerTreeDomain.makeSnapshot command.

data class MakeSnapshotResponse

PaintProfile

Array of timings, one per paint step.

typealias PaintProfile = List<Double>

PictureTile

Serialized fragment of layer picture along with its offset within the layer.

data class PictureTile

ProfileSnapshotRequest

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

data class ProfileSnapshotRequest

ProfileSnapshotResponse

Response type for the LayerTreeDomain.profileSnapshot command.

data class ProfileSnapshotResponse

ReleaseSnapshotRequest

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

data class ReleaseSnapshotRequest

ReplaySnapshotRequest

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

data class ReplaySnapshotRequest

ReplaySnapshotResponse

Response type for the LayerTreeDomain.replaySnapshot command.

data class ReplaySnapshotResponse

ScrollRect

Rectangle where scrolling happens on the main thread.

data class ScrollRect

SnapshotCommandLogRequest

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

data class SnapshotCommandLogRequest

SnapshotCommandLogResponse

Response type for the LayerTreeDomain.snapshotCommandLog command.

data class SnapshotCommandLogResponse

SnapshotId

Unique snapshot identifier.

typealias SnapshotId = String

StickyPositionConstraint

Sticky position constraints.

data class StickyPositionConstraint