Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.LayerTree.PictureTile
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { PictureTile } = Protocol.LayerTree;

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

Properties

x: number

Offset from owning layer left boundary

y: number

Offset from owning layer top boundary

picture: string

Base64-encoded snapshot data. (Encoded as a base64 string when passed over JSON)