cdp-0.0.2.0: A library for the Chrome Devtools Protocol
Safe HaskellNone
LanguageHaskell2010

CDP.Domains.LayerTree

Description

LayerTree

Synopsis

Documentation

data PLayerTreeSnapshotCommandLog Source #

Replays the layer snapshot and returns canvas log.

Parameters of the snapshotCommandLog command.

data PLayerTreeReplaySnapshot Source #

Replays the layer snapshot and returns the resulting bitmap.

Parameters of the replaySnapshot command.

Constructors

PLayerTreeReplaySnapshot 

Fields

data PLayerTreeReleaseSnapshot Source #

Releases layer snapshot captured by the back-end.

Parameters of the releaseSnapshot command.

Constructors

PLayerTreeReleaseSnapshot 

Fields

data PLayerTreeProfileSnapshot Source #

Parameters of the profileSnapshot command.

Constructors

PLayerTreeProfileSnapshot 

Fields

data PLayerTreeMakeSnapshot Source #

Returns the layer snapshot identifier.

Parameters of the makeSnapshot command.

data PLayerTreeLoadSnapshot Source #

Returns the snapshot identifier.

Parameters of the loadSnapshot command.

Constructors

PLayerTreeLoadSnapshot 

Fields

data PLayerTreeCompositingReasons Source #

Provides the reasons why the given layer was composited.

Parameters of the compositingReasons command.

Constructors

PLayerTreeCompositingReasons 

Fields

type LayerTreePaintProfile = [Double] Source #

Type PaintProfile. Array of timings, one per paint step.

data LayerTreeLayer Source #

Type Layer. Information about a compositing layer.

Constructors

LayerTreeLayer 

Fields

data LayerTreePictureTile Source #

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

Constructors

LayerTreePictureTile 

Fields

data LayerTreeStickyPositionConstraint Source #

Type StickyPositionConstraint. Sticky position constraints.

Constructors

LayerTreeStickyPositionConstraint 

Fields

data LayerTreeScrollRectType Source #

Type ScrollRect. Rectangle where scrolling happens on the main thread.

Instances

Instances details
Eq LayerTreeScrollRectType Source # 
Instance details

Defined in CDP.Domains.LayerTree

Ord LayerTreeScrollRectType Source # 
Instance details

Defined in CDP.Domains.LayerTree

Read LayerTreeScrollRectType Source # 
Instance details

Defined in CDP.Domains.LayerTree

Show LayerTreeScrollRectType Source # 
Instance details

Defined in CDP.Domains.LayerTree

ToJSON LayerTreeScrollRectType Source # 
Instance details

Defined in CDP.Domains.LayerTree

FromJSON LayerTreeScrollRectType Source # 
Instance details

Defined in CDP.Domains.LayerTree

type LayerTreeSnapshotId = Text Source #

Type SnapshotId. Unique snapshot identifier.

type LayerTreeLayerId = Text Source #

Type LayerId. Unique Layer identifier.