dojo.require("esri.arcadeProfiles.popupProfile")
Description
(Added at v3.27)
Module that implements the Arcade
popup profile for web apps that contain popups that reference Arcade expressions.
Samples
Search for
samples that use this class.
Methods
Method Details
Initializes the popup profile for the given
Arcade expressions. If any of the expressions contain geometry operations or FeatureSet functions, then this method will load the proper dependencies required for the expressions to execute.
Parameters:
<String[] > expressions |
Required |
An array of Arcade expressions intended for use in a popup template. |