Skip to content
Types
import type { ArcgisReferenceElement, IconName, HeadingLevel, LoadErrorSource, GoToOverride } from "@arcgis/map-components/components/types.js";

Type definitions

ArcgisReferenceElement

Type definition

IconName

Type definition
Type
Icon["icon"]

HeadingLevel

Type definition
Type
1 | 2 | 3 | 4 | 5 | 6

LoadErrorSource

Type definition

A potential source of load errors.

GoToOverride

Type definition
Parameters
ParameterTypeDescriptionRequired
view
goToParameters
Returns
Promise<void>

GoToOwner

Type definition
Supertypes
Pick<LinkChartView‚ "goTo"> ‚  Pick<MapView‚ "goTo"> ‚  Pick<SceneView‚ "goTo">

ArcGISView

Type definition

GoToParameters

Type definition

GoToParameters2D

Type definition

target

Property
Type
GoToTarget2D
Since
ArcGIS Maps SDK for JavaScript 5.0

The target location/viewpoint/extent to animate to.

options

Property
Type
GoToOptions2D | undefined
Since
ArcGIS Maps SDK for JavaScript 5.0

Options defining the animation and duration of the navigation.

GoToParameters3D

Type definition

target

Property
Type
GoToTarget3D

options

Property
Type
GoToOptions3D | undefined