puppeteer/new-docs/puppeteer.protocol.layertree.picturetile.md

23 lines
905 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [LayerTree](./puppeteer.protocol.layertree.md) &gt; [PictureTile](./puppeteer.protocol.layertree.picturetile.md)
## Protocol.LayerTree.PictureTile interface
Serialized fragment of layer picture along with its offset within the layer.
<b>Signature:</b>
```typescript
export interface PictureTile
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [picture](./puppeteer.protocol.layertree.picturetile.picture.md) | string | Base64-encoded snapshot data. |
| [x](./puppeteer.protocol.layertree.picturetile.x.md) | number | Offset from owning layer left boundary |
| [y](./puppeteer.protocol.layertree.picturetile.y.md) | number | Offset from owning layer top boundary |