@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/b2b-db-schema
RuleGroup
Type Alias RuleGroup
A group of conditions joined by a combinator. Groups can be nested recursively.
type
RuleGroup
=
{
combinator
:
"all"
|
"any"
|
"none"
;
conditions
:
(
RuleCondition
|
RuleGroup
)
[]
;
}
Index
Properties
combinator
conditions
Properties
combinator
combinator
:
"all"
|
"any"
|
"none"
conditions
conditions
:
(
RuleCondition
|
RuleGroup
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
combinator
conditions
@cfxlabsinc/b2b-services
Loading...
A group of conditions joined by a combinator. Groups can be nested recursively.