Skip to content
Guides API

InsetsViewpointAdjustment

InsetsViewpointAdjustment = "none" | "preserve-center"

Defined in: src/ExpoArcgis.types.ts:150

What happens to the visible map when contentInsets change. Mirrors InsetsViewpointAdjustmentType (ArcGIS 300.1).

  • none — the map keeps its viewpoint, so growing an inset slides content out of the inset area.
  • preserve-center — the map shifts so whatever was centred in the uninset area stays centred.