Skip to content

Type Alias: ExpoFpPoint

ExpoFpPoint = object

Defined in: types.ts:644

Represents a point in 2D space.

Properties

layer?

optional layer: string

Defined in: types.ts:650

Optional layer identifier where the point is located


x

x: number

Defined in: types.ts:646

X coordinate of the point


y

y: number

Defined in: types.ts:648

Y coordinate of the point