Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-customizer
TAggregation
Interface TAggregation<S, N>
interface
TAggregation
<
S
extends
TSchema
=
TSchema
,
N
extends
TCollectionName
<
S
>
=
TCollectionName
<
S
>
,
>
{
field
?:
TFieldName
<
S
,
N
>
;
groups
?:
{
field
:
TFieldName
<
S
,
N
>
;
operation
?:
DateOperation
}
[]
;
operation
:
AggregationOperation
;
}
Type Parameters
S
extends
TSchema
=
TSchema
N
extends
TCollectionName
<
S
>
=
TCollectionName
<
S
>
Index
Properties
field?
groups?
operation
Properties
Optional
field
field
?:
TFieldName
<
S
,
N
>
Optional
groups
groups
?:
{
field
:
TFieldName
<
S
,
N
>
;
operation
?:
DateOperation
}
[]
operation
operation
:
AggregationOperation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
field
groups
operation
Forest Admin - API reference
Loading...