Sign in
eclipse
/
openk-usermodules
/
org.eclipse.openk-usermodules.elogbookFE
/
9bc7e47e232e6964c04553bf4dfa4a5e0f899cab
/
.
/
src
/
app
/
model
/
sorting-state.ts
blob: 5630155a763a3ceb3f0075441c833c5e4b567910 [
file
]
export
class
SortingState
{
column
=
''
;
counter
:
number
;
defaultState
:
boolean
;
isDesc
:
boolean
;
}