Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CIMExpressionInfo

Represents the properties required for authoring an Arcade expression.

Read more...

Hierarchy

  • CIMExpressionInfo

Index

Properties

Optional expression

expression: string

The Arcade expression used to evaluate and return the value that a property expects.

Optional name

name: string

The Name of the expression.

Optional returnType

returnType: "Default" | "String" | "Numeric"

The ReturnType of the expression.

Optional title

title: string

The human readable text that describes the expression.

type

type: "CIMExpressionInfo"

Generated using TypeDoc