Skip to content

Documentation / @expofp/schema / Heatmap

Interface: Heatmap

Extends

Properties

enabled?

ts
optional enabled?: boolean;

Engage the heatmap explicitly; false vetoes an otherwise non-empty node.

Inherited from

ts
z.infer.enabled

kiosk?

ts
optional kiosk?: boolean;

Narrow the yah variant to kiosk positions (ignored for booths).

Inherited from

ts
z.infer.kiosk

variant?

ts
optional variant?: "booths" | "yah";

The dataset shown: booths (the default) — booth/exhibitor view stats; yah — "You are here" QR-code scan counts, with a stripped-down monochrome presentation.

Inherited from

ts
z.infer.variant