AckdbObserveFilterGroup

A boolean group combining child nodes with AND/OR.

Properties

typestringrequired
"group"
opstringrequired

How children are combined.

"and""or"
childrenarray ofrequired

Example

AckdbObserveFilterGroup example
{
  "type": "group",
  "op": "and",
  "children": [
    {
      "type": "group",
      "op": "and",
      "children": []
    }
  ]
}