Options
All
  • Public
  • Public/Protected
  • All
Menu

Arcade expression added to the pop-up.

Part of the Esri web map specification. See https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/.

Hierarchy

  • ExpressionInfo

Index

Properties

Optional expression

expression: string

The Arcade expression.

Optional name

name: string

Unique identifier for the expression.

Optional returnType

returnType: "number" | "string"

Return type of the Arcade expression, can be number or string. Defaults to string value. Number values are assumed to be double. This can be determined by the authoring client by executing the expression using a sample feature(s), although it can be corrected by the user. Knowing the returnType allows the authoring client to present fields in relevant contexts. For example, numeric fields in numeric contexts such as charts.

Optional title

title: string

Title of the expression.