Skip to content

Documentation / @expofp/schema / FpLayerSchema

Variable: FpLayerSchema

ts
const FpLayerSchema: ZodObject<FpLayer>;

One __fpLayers entry (consumed by store/init/init-layers.ts). name also derives the layer's file and global names: fp.svg.<name>.js, __fp<name>, __fpPaths<name>. mode is the numeric LayerMode enum (0 Unset, 1 AlwaysVisible, 2 AlwaysHidden, 3 TurnedOn, 4 TurnedOff — store/LayerStore.ts).