ng-xtend API documentation
Home
Guides
GitHub
Preparing search index...
xt-store
XtGroupByAggregate
Type Alias XtGroupByAggregate<T>
Defines a single aggregate operation within a group-by configuration.
type
XtGroupByAggregate
<
T
>
=
{
label
?:
string
;
of
:
keyof
T
;
operation
:
XtGroupByOperation
;
}
Type Parameters
T
Implemented by
XtStoreGroupByAggregate
Index
Properties
label?
of
operation
Properties
Optional
label
label
?:
string
of
of
:
keyof
T
operation
operation
:
XtGroupByOperation
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
of
operation
Home
Guides
GitHub
ng-xtend API documentation
Loading...
Defines a single aggregate operation within a group-by configuration.