Skip to content

Documentation / @expofp/schema / Visibility

Interface: Visibility ​

Extends ​

Properties ​

controls? ​

ts
optional controls?: boolean;

The map controls (zoom buttons, …).

Inherited from ​

ts
z.infer.controls

ts
optional header?: boolean;

The header bar — logos and the free/demo badge.

Inherited from ​

ts
z.infer.header

levels? ​

ts
optional levels?: boolean;

The floor selector.

Inherited from ​

ts
z.infer.levels

overlay? ​

ts
optional overlay?: boolean;

The overlay panel — search, lists, entity details.

Inherited from ​

ts
z.infer.overlay

searchButtons? ​

ts
optional searchButtons?: boolean;

The search-filter buttons row. Omitted, it follows overlay; an explicit true keeps the buttons while the overlay is hidden — clicking one opens the overlay on demand (?visibility[overlay]=false&visibility[searchButtons]=true).

Inherited from ​

ts
z.infer.searchButtons