Skip to content

Documentation / @expofp/schema / FpSvgLayerJsRef

Type Alias: FpSvgLayerJsRef

ts
type FpSvgLayerJsRef = object;

A $ref to one layer's fp.svg.<layerName>.js. The layer's data is not loaded eagerly: resolve() (@expofp/resolve) evaluates a .js ref on demand and returns its assigned globals as JSON — a FpSvgLayerJsSchema payload.

Type Declaration

$ref

ts
$ref: string;