Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 207 Bytes

puppeteer.offset.x.md

File metadata and controls

15 lines (11 loc) · 207 Bytes
sidebar_label
Offset.x

Offset.x property

x-offset for the clickable point relative to the top-left corner of the border box.

Signature:

interface Offset {
  x: number;
}