Skip to content

Documentation / @expofp/schema / FpGeoImage

Type Alias: FpGeoImage

ts
type FpGeoImage = object;

A georeferenced overlay image (__fpGeo.images[]).

Type Declaration

Index Signature

ts
[key: string]: unknown

data

ts
data: string;

layer

ts
layer: string;

points

ts
points: unknown[][];