Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.LayerTree.PictureTile
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { PictureTile } = default.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)