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