Skip to content

IPopupExpressionInfo

Interface

Arcade expression added to the pop-up.

Properties

PropertyTypeNotes
expressionstring

The Arcade expression.

namestring

Unique identifier for the expression.

returnType"string" | "number"

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.

titlestring

Title of the expression.

expression

optional
Interface Property
expression: string

The Arcade expression.

name

optional
Interface Property
name: string

Unique identifier for the expression.

returnType

optional
Interface Property
returnType: "string" | "number"

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.

title

optional
Interface Property
title: string

Title of the expression.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.