Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-customizer
TConditionTreeBranch
Type Alias TConditionTreeBranch<S, N>
type
TConditionTreeBranch
<
S
extends
TSchema
=
TSchema
,
N
extends
TCollectionName
<
S
>
=
TCollectionName
<
S
>
,
>
=
{
aggregator
:
Aggregator
;
conditions
:
(
TConditionTreeBranch
<
S
,
N
>
|
TConditionTreeLeaf
<
S
,
N
>
)
[]
;
}
Type Parameters
S
extends
TSchema
=
TSchema
N
extends
TCollectionName
<
S
>
=
TCollectionName
<
S
>
Index
Properties
aggregator
conditions
Properties
aggregator
aggregator
:
Aggregator
conditions
conditions
:
(
TConditionTreeBranch
<
S
,
N
>
|
TConditionTreeLeaf
<
S
,
N
>
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aggregator
conditions
Forest Admin - API reference
Loading...