Skip to content

Documentation / @expofp/schema / WfDataJs

Type Alias: WfDataJs ​

ts
type WfDataJs = object;

The evaluated wf.data.js payload.

Type Declaration ​

Index Signature ​

ts
[key: string]: unknown

__wfData? ​

ts
optional __wfData?: object;

Index Signature ​

ts
[key: string]: unknown

__wfData.lineEnds? ​

ts
optional lineEnds?: object[];
Index Signature ​
ts
[key: string]: unknown

__wfData.lines? ​

ts
optional lines?: object[];
Index Signature ​
ts
[key: string]: unknown

__wfData.walls? ​

ts
optional walls?: unknown[];