ng-xtend API documentation
Home
Guides
GitHub
Preparing search index...
xt-store
DontCodeReportType
Interface DontCodeReportType<T>
Defines a report configuration including grouping, sorting, and display settings.
interface
DontCodeReportType
<
T
>
{
as
?:
{
[
key
:
string
]:
DontCodeReportDisplayType
}
;
for
:
string
;
groupedBy
?:
{
[
key
:
string
]:
XtGroupBy
<
T
>
}
;
sortedBy
?:
{
[
key
:
string
]:
XtSortBy
<
T
>
}
;
title
:
string
;
}
Type Parameters
T
Index
Properties
as?
for
grouped
By?
sorted
By?
title
Properties
Optional
as
as
?:
{
[
key
:
string
]:
DontCodeReportDisplayType
}
for
for
:
string
Optional
grouped
By
groupedBy
?:
{
[
key
:
string
]:
XtGroupBy
<
T
>
}
Optional
sorted
By
sortedBy
?:
{
[
key
:
string
]:
XtSortBy
<
T
>
}
title
title
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
as
for
grouped
By
sorted
By
title
Home
Guides
GitHub
ng-xtend API documentation
Loading...
Defines a report configuration including grouping, sorting, and display settings.