featherbit UI
Gateway rustdoc
Preparing search index...
conditions
ConditionGroup
Interface ConditionGroup
A logical group of rules/groups (AND/OR, optionally negated).
interface
ConditionGroup
{
children
:
ConditionNode
[]
;
kind
:
"group"
;
logic
:
"AND"
|
"OR"
;
negate
:
boolean
;
}
Index
Properties
children
kind
logic
negate
Properties
children
children
:
ConditionNode
[]
kind
kind
:
"group"
logic
logic
:
"AND"
|
"OR"
negate
negate
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
kind
logic
negate
Gateway rustdoc
featherbit UI
Loading...
A logical group of rules/groups (AND/OR, optionally negated).