|  Developer

not

  • The NOT logic operator is when block. This condition is if contained condition is otherwise if contained condition is then it is . The NOT operation could contain any when block. The NOT operator could contain a nested logic operator.
Edit
Field Type Required Description
blockOptions.method.args.block string + The argument declaration of field. The name is “block”. The type is “block”. The field could contain when only one block. This condition is if contained condition is otherwise if contained condition is then it is .
Edit
				
					{
   "blockType":"when",
   "blockOptions":{
      "method":{
         "name":"not",
         "args":{
            "block":"block"
         }
      }
   },
   "fields":[
      {
         "name":"block",
         "type":"block",
         "value": {
             "blockType":"when",
             "blockOptions":{
                 "method":{
                     "name":"not",
                     "args":{
                         "block":"block"
                     }
                 }
             },
             "fields":[
                 {
                     "name":"block",
                     "type":"block",
                     "value": {
                         __WHEN_BLOCK__
                     }
                 }
             ]
         }
      }
   ]
}