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]: unknownlayer?
ts
optional layer?: string;x
ts
x: number;y
ts
y: number;