ConditionDescriptor Class
Describes a condition used for actions and bindings. A condition checks if the value of the specified binding-expression matches the value define by equalTo-, greaterThan-, lessThan- and notEqualTo-property.
Item Index
Properties
Properties
equalTo
Object | Number | String | Boolean
A binding-expression to define the value to check against. Checks if the field-value is equal to this value.
field
String
A binding-expression to define the value to check.
greaterThan
Object | Number | String | Boolean
A binding-expression to define the value to check against. Checks if the field-value is greater than this value.
lessThan
Object | Number | String | Boolean
A binding-expression to define the value to check against. Checks if the field-value is less than this value.
notEqualTo
Object | Number | String | Boolean
A binding-expression to define the value to check against. Checks if the field-value is not equal to this value.