Skip to content

Documentation / @expofp/schema / WfData

Type Alias: WfData

ts
type WfData = object;

__wfData: the wayfinding graph.

Type Declaration

Index Signature

ts
[key: string]: unknown

lineEnds?

ts
optional lineEnds?: object[];

Index Signature

ts
[key: string]: unknown

lines?

ts
optional lines?: object[];

Index Signature

ts
[key: string]: unknown

walls?

ts
optional walls?: unknown[];