Skip to main content

Interface: VisualizationView

Defined in: spec/types.ts:238

Declares one visual perspective of a spec in a multi-view layout. Each view references a subset of spec.layers by id. Layout components (e.g. GeoVisSplitLayout) read this field to derive per-panel specs and manage synchronization automatically.

Properties

id

id: string

Defined in: spec/types.ts:240

Unique view identifier. Must match the viewId prop of GeoVisCanvas.


label?

optional label?: string

Defined in: spec/types.ts:242

Human-readable label rendered above the canvas by layout components.


layers

layers: string[]

Defined in: spec/types.ts:244

Layer ids from spec.layers that this view displays.