Skip to content

Type Alias: ExpoFpPoint

ExpoFpPoint = object

Defined in: types.ts:490

Represents a point in 2D space.

Properties

layer?

optional layer: string

Defined in: types.ts:496

Optional layer identifier where the point is located


x

x: number

Defined in: types.ts:492

X coordinate of the point


y

y: number

Defined in: types.ts:494

Y coordinate of the point