Documentation / @expofp/schema / Visibility
Interface: Visibility
Extends
output<typeofVisibilitySchema>
Properties
controls?
ts
optional controls?: boolean;The map controls (zoom buttons, …).
Inherited from
ts
z.infer.controlsheader?
ts
optional header?: boolean;The header bar — logos and the free/demo badge.
Inherited from
ts
z.infer.headerlevels?
ts
optional levels?: boolean;The floor selector.
Inherited from
ts
z.infer.levelsoverlay?
ts
optional overlay?: boolean;The overlay panel — search, lists, entity details.
Inherited from
ts
z.infer.overlaysearchButtons?
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