ExpressionV2 interface
Nested representation of a complex expression.
Properties
operands | List of nested expressions. |
operators | Expression operator value Type: list of strings. |
type | Type of expressions supported by the system. Type: string. |
value | Value for Constant/Field Type: string. |
Property Details
operands
operators
Expression operator value Type: list of strings.
operators?: string[]
Property Value
string[]
type
Type of expressions supported by the system. Type: string.
type?: string
Property Value
string
value
Value for Constant/Field Type: string.
value?: string
Property Value
string