Skip to content
annotations
Search
K
Main Navigation
API
TypeScript
React
Docs
React
Demo
Typescript
React
Appearance
Menu
Return to top
On this page
Type Alias: Point
ts
type
Point
=
object
;
2D coordinate
Properties
x
ts
x
: number;
y
ts
y
: number;