Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 207 Bytes

puppeteer.offset.y.md

File metadata and controls

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

Offset.y property

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

Signature:

interface Offset {
  y: number;
}