Search
Preparing search index...
The search index is not available
DCKit
@dckit/store
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"sorting/selectors"
External module "sorting/selectors"
Index
Type aliases
get
Sort
Field
get
Sort
Fields
get
Sorting
State
Variables
_get
Sorting
State
get
Sort
Field
get
Sort
Fields
get
Sorting
State
Type aliases
get
Sort
Field
get
Sort
Field
:
function
Type declaration
(
state
:
IState
, itemType
:
string
, field
:
string
)
:
any
Parameters
state:
IState
itemType:
string
field:
string
Returns
any
get
Sort
Fields
get
Sort
Fields
:
function
Type declaration
(
state
:
IState
, itemType
:
string
)
:
any
[]
Parameters
state:
IState
itemType:
string
Returns
any
[]
get
Sorting
State
get
Sorting
State
:
function
Type declaration
(
state
:
IState
, itemType
:
string
)
:
any
Parameters
state:
IState
itemType:
string
Returns
any
Variables
Const
_get
Sorting
State
_get
Sorting
State
:
any
= getDckState('sorting')
Const
get
Sort
Field
get
Sort
Field
:
getSortField
= createSelector([getSortingState, get3rdParam],getIndexedItem)
Const
get
Sort
Fields
get
Sort
Fields
:
getSortFields
= createSelector(getSortingState,sortingState => sortingState.items)
Const
get
Sorting
State
get
Sorting
State
:
getSortingState
= createSelector(_getSortingState,sortingState => sortingState)
Globals
"sorting/selectors"
get
Sort
Field
get
Sort
Fields
get
Sorting
State
_get
Sorting
State
get
Sort
Field
get
Sort
Fields
get
Sorting
State
Made by
Horyus
. Documentation generated by
TypeDoc.