Documentation / @expofp/schema / WfData
Type Alias: WfData
ts
type WfData = object;__wfData: the wayfinding graph.
Type Declaration
Index Signature
ts
[key: string]: unknownlineEnds?
ts
optional lineEnds?: object[];Index Signature
ts
[key: string]: unknownlines?
ts
optional lines?: object[];Index Signature
ts
[key: string]: unknownwalls?
ts
optional walls?: unknown[];