Primitive
logic.not
BETAShort name: not
Version: 1.0.0
Return logical negation of a value.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| value | any | true | Input value evaluated by JavaScript truthiness. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | boolean | false | Negated truthiness result. |