Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 119 Bytes

puppeteer.point.y.md

File metadata and controls

13 lines (10 loc) · 119 Bytes
sidebar_label
Point.y

Point.y property

Signature:

interface Point {
  y: number;
}