Penpot plugins API
Preparing search index...
Point
Type Alias Point
Point represents a point in 2D space, typically with x and y coordinates.
type
Point
=
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
Penpot plugins API
Loading...
Point represents a point in 2D space, typically with x and y coordinates.