@nospamproxy/core
Preparing search index...
services/SortOption
SortOption
Interface SortOption<T>
Contract of sorting configuration
interface
SortOption
<
T
>
{
direction
:
SortDirection
;
property
:
keyof
T
;
}
Type Parameters
T
Index
Properties
direction
property
Properties
direction
direction
:
SortDirection
Direction of sorting.
property
property
:
keyof
T
Name of the property on which to sort.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
direction
property
@nospamproxy/core
Loading...
Contract of sorting configuration