Skip to content

Type Alias: ExpoFpPoint

ExpoFpPoint = object

Defined in: types.ts:656

Represents a point in 2D space.

Properties

layer?

optional layer: string

Defined in: types.ts:662

Optional layer identifier where the point is located


x

x: number

Defined in: types.ts:658

X coordinate of the point


y

y: number

Defined in: types.ts:660

Y coordinate of the point