Bookmarks control
The Bookmarks control lists the WebMap's saved bookmarks and navigates the view to one when clicked.
What it does
Renders the native arcgis-bookmarks web component. It reads the bookmarks
authored on the WebMap item, so each entry is a saved viewpoint the author
created—no per-widget configuration is needed beyond placing the control.
Configuration
| Field | Type | Default | Purpose |
|---|---|---|---|
controls.bookmarks | ControlPlacement | null | null | Corner placement, or null to hide. |
In the config panel
Open Appearance → UI controls and drag the Bookmarks chip onto a corner or into a corner's expand. Drag it back to the tray to hide it.
Behavior
- Clicking an entry animates the view to that bookmark's viewpoint, which
re-fires
map:extent-changeand updates any extent-wired filters. - If the WebMap has no saved bookmarks, the control renders empty—add bookmarks to the item in ArcGIS to populate it.
- Like the other native controls it can sit directly in a corner or inside an expand.