equalConfig
Examples
kind: Equal
control: my-control
value: 123
Object properties
Name | Type | Required |
---|---|---|
kind | Constant: Equal |
yes |
control | string | yes |
value | One of | yes |
Object information
- Object with the following properties:
kind
(required): ConstantEqual
- Check if the control value is equal to a specific value
control
(required):string
- The control name to check the condition against its value
value
(required):- The value to check the condition with
- One of the following types:
number
string
boolean