Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.LayerTree.PictureTile

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.LayerTree.PictureTile
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
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)