Skip to content

Documentation / @expofp/schema / WfPoint

Type Alias: WfPoint ​

ts
type WfPoint = object;

A wayfinding graph vertex. layer is omitted on some virtual endpoints.

Type Declaration ​

Index Signature ​

ts
[key: string]: unknown

layer? ​

ts
optional layer?: string;

x ​

ts
x: number;

y ​

ts
y: number;