You can author Arcade expressions for popups that access features from any layer in the map. This is made possible through the FeatureSet capabilities introduced at Arcade version 1.5. This means you can display information about the selected feature and its relationship to other features in the same layer or other layers. This includes the ability to check spatial relationships using geometry functions. See the Compare neighboring features using Arcade expressions in a popup for an example of how this works.
esri/arcadeProfiles/fieldCalculateProfile
esri/arcadeProfiles/labelingProfile
esri/arcadeProfiles/popupProfile
esri/arcadeProfiles/visualizationProfile
refresh-tick
on class FeatureLayer
.showLastEditInfo
added to the PopupTemplate's popupInfo
object.checkAppAccess
code> added to class IdentityManagerBase
.getParentGraphic
added to class Graphic
.returnProgress
was added to the esriRequest method options.outScale
would not display the correct visibility range of layers.EDIT_TEXT
to jump location in the map.CreateDriveTimeAreas
API Reference to show inputLayer
instead of inputLayer
.Version 3.27 of the ArcGIS API for JavaScript include:
dgrid1
directory, whereas version 0.3.17 should reference the
dgrid
directory. Please refer to the
dgrid 0.4 Migration Guide for additional information on migrating to the newer version.
Use the repository on GitHub for the JS API TypeScript definitions.