Skip to content

Documentation / @expofp/schema / FpSettings

Type Alias: FpSettings

ts
type FpSettings = object;

__fpSettings: renderer style overrides, deep-merged into the FpSettings singleton (tools/settings.ts).

Type Declaration

Index Signature

ts
[key: string]: unknown

backgroundColor?

ts
optional backgroundColor?: string;

boothBorderColor?

ts
optional boothBorderColor?: string;

boothBorderWidth?

ts
optional boothBorderWidth?: number;

boothLabelColor?

ts
optional boothLabelColor?: string;

fpVer?

ts
optional fpVer?: string;

Converter format version ("5.0"); gates v5+ runtime features. Distinct from the numeric __fpVersion.

heatmapColors?

ts
optional heatmapColors?: string[];

maxZoom?

ts
optional maxZoom?: number;