Two sub-expressions combined together using a logical OR operator. More...
Import Statement | import Esri. |
Since | Esri. |
Inherits |
Properties
- leftExpression : UtilityTraceConditionalExpression
- rightExpression : UtilityTraceConditionalExpression
Signals
Detailed Description
Property Documentation
left |
The left sub-expression.
This property can be set only during instantiation.
right |
The right sub-expression.
This property can be set only during instantiation.
Signal Documentation
Emitted when the leftExpression property changes.
Note: The corresponding handler is onLeftExpressionChanged
.
Emitted when the rightExpression property changes.
Note: The corresponding handler is onRightExpressionChanged
.