Skip to main content

not

Returns the opposite (NOT) of a child condition.

# Config fields, showing default values
not: {}

Examples​

In order to express 'part 0 NOT equal to "foo"' you could use the following:

not:
text:
part: 0
operator: equal
arg: foo