Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpressionInfoProperties

Hierarchy

  • ExpressionInfoProperties

Index

Properties

Optional expression

expression: string

An Arcade expression evaluating to either a string, number, dictionary, or array.

Read more...

Optional name

name: string

The name of the expression.

Read more...

Optional returnType

returnType: "string" | "number" | "boolean"

Indicates the return type of the Arcade expression.

Read more...

Optional title

title: string

The title used to describe the value returned by the expression.

Read more...

Generated using TypeDoc