Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.LayerTree.PictureTile
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.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.