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: ArcadeContext
Context used when parsing the expression. Options include ArcadeContext
or ArcadeJobContext
.
contextType
Interface PropertycontextType: ArcadeContextType
Context type used when parsing the expression.
parseMode
Interface PropertyparseMode: ArcadeParseMode
Mode used when parsing the expression.