Skip to content

Documentation / @expofp/schema / WfDataJsRef

Type Alias: WfDataJsRef

ts
type WfDataJsRef = object;

A $ref to the expo's wf.data.js. The graph is not loaded eagerly: resolve() evaluates the ref on demand into a WfDataJsSchema payload.

Type Declaration

$ref

ts
$ref: string;