905 B
905 B
Home > puppeteer > Protocol > LayerTree > PictureTile
Protocol.LayerTree.PictureTile interface
Serialized fragment of layer picture along with its offset within the layer.
Signature:
export interface PictureTile
Properties
Property | Type | Description |
---|---|---|
picture | string | Base64-encoded snapshot data. |
x | number | Offset from owning layer left boundary |
y | number | Offset from owning layer top boundary |