Axinom Mosaic Libraries
Axinom Portal
Preparing search index...
@axinom/mosaic-ui
SortData
Interface SortData<T>
interface
SortData
<
T
>
{
column
:
keyof
T
;
columnSortKey
?:
string
;
direction
:
"desc"
|
"asc"
;
}
Type Parameters
T
Index
Properties
column
column
Sort
Key?
direction
Properties
column
column
:
keyof
T
Name of the property to sort by
Optional
column
Sort
Key
columnSortKey
?:
string
direction
direction
:
"desc"
|
"asc"
Sorting direction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
column
Sort
Key
direction
Axinom Portal
Axinom Mosaic Libraries
Loading...
Name of the property to sort by