Interface
Arcade expression details used for evaluating arcade expressions.
Properties
| Property | Type | Notes |
|---|---|---|
context | ArcadeContext | Context used when parsing the expression. Options include |
contextType | ArcadeContextType | Context type used when parsing the expression. |
expression | string | Arcade expression to evaluate. |
parseMode | ArcadeParseMode | Mode used when parsing the expression. |
context
Interface Propertycontext: ArcadeContextContext used when parsing the expression. Options include ArcadeContext or ArcadeJobContext .
contextType
Interface PropertycontextType: ArcadeContextTypeContext type used when parsing the expression.
parseMode
Interface PropertyparseMode: ArcadeParseModeMode used when parsing the expression.