Skip to main content

ConditionalDisplay

Root of the boolean expression tree.

root objectrequired
kind

Possible values: [atom, group]

related_section objectrequired
anyOf
integer
comparatorComparator (string)

Possible values: [eq, in, contains, regex, truthy, falsy]

Default value: eq
value object
anyOf
string
ConditionalDisplay
{
"root": {
"kind": "group",
"operator": "AND",
"negate": false,
"children": [
null,
{
"kind": "atom",
"related_section": 0,
"comparator": "eq",
"value": "string"
}
]
}
}