notEqualConfig

Examples

kind: NotEqual
control: my-control
value: 123

Object properties

Name Type Required
kind Constant: NotEqual yes
control string yes
value One of yes

Object information

  • Object with the following properties:
    • kind (required): Constant NotEqual
      • Check if the control value is not equal to the provided value
    • control (required): string
      • The control name to check the condition against its value
    • value (required):
      • The value to check the condition against
      • One of the following types:
        • number
        • string
        • boolean