ng-xtend API documentation
Home
Guides
GitHub
Preparing search index...
xt-store
XtSortBy
Type Alias XtSortBy<T>
Defines a sort specification for a single field.
type
XtSortBy
<
T
>
=
{
by
:
keyof
T
;
direction
:
XtSortByDirection
;
}
Type Parameters
T
Implemented by
XtStoreSortBy
Index
Properties
by
direction
Properties
by
by
:
keyof
T
direction
direction
:
XtSortByDirection
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
by
direction
Home
Guides
GitHub
ng-xtend API documentation
Loading...
Defines a sort specification for a single field.