Type alias BindingNot

BindingNot: [operator: "not", binding: Binding<boolean>]

Checks if the parameter (boolean) is false.

Example

{
"id": "MyConfigField",
"type": "checkbox",
},
{
// ...
"visible": ["not", ["value", "MyConfigField"]],
},