ng-xtend API documentation
Home
Guides
GitHub
Preparing search index...
xt-store
XtGroupBy
Type Alias XtGroupBy<T>
Configuration for grouping entities by a field and computing aggregates.
type
XtGroupBy
<
T
>
=
{
display
:
{
[
key
:
string
]:
XtGroupByAggregate
<
T
>
}
;
label
?:
string
;
of
:
keyof
T
;
show
?:
XtGroupByShow
;
atLeastOneGroupIsRequested
()
:
boolean
;
getRequiredListOfFields
()
:
Set
<
keyof
T
>
;
}
Type Parameters
T
Implemented by
XtStoreGroupBy
Index
Properties
display
label?
of
show?
Methods
at
Least
One
Group
Is
Requested
get
Required
List
Of
Fields
Properties
display
display
:
{
[
key
:
string
]:
XtGroupByAggregate
<
T
>
}
Optional
label
label
?:
string
of
of
:
keyof
T
Optional
show
show
?:
XtGroupByShow
Methods
at
Least
One
Group
Is
Requested
atLeastOneGroupIsRequested
()
:
boolean
Returns
boolean
get
Required
List
Of
Fields
getRequiredListOfFields
()
:
Set
<
keyof
T
>
Returns
Set
<
keyof
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
display
label
of
show
Methods
at
Least
One
Group
Is
Requested
get
Required
List
Of
Fields
Home
Guides
GitHub
ng-xtend API documentation
Loading...
Configuration for grouping entities by a field and computing aggregates.