GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
filebrowser
DirListing
ISortState
Interface ISortState
A sort state.
interface
ISortState
{
direction
:
"ascending"
|
"descending"
;
key
:
SortableColumn
;
}
Index
Properties
direction
key
Properties
direction
direction
:
"ascending"
|
"descending"
The direction of sort.
key
key
:
SortableColumn
The sort key.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
key
GitHub
Jupyter
@jupyterlab
Loading...
A sort state.