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
"dck/selectors"
External module "dck/selectors"
Index
Object literals
dck
Selectors
Object literals
Const
dck
Selectors
dck
Selectors
:
object
get
Current
Page
get
Current
Page
:
function
Type declaration
(
state
:
IState
, itemType
:
string
)
:
any
Parameters
state:
IState
itemType:
string
Returns
any
get
Filter
get
Filter
:
function
Type declaration
(
state
:
IState
, itemType
:
string
, field
:
string
)
:
any
Parameters
state:
IState
itemType:
string
field:
string
Returns
any
get
Filters
get
Filters
:
function
Type declaration
(
state
:
IState
, itemType
:
string
)
:
any
[]
Parameters
state:
IState
itemType:
string
Returns
any
[]
get
Item
get
Item
:
function
Type declaration
(
state
:
IState
, itemType
:
string
, id
:
string
)
:
any
Parameters
state:
IState
itemType:
string
id:
string
Returns
any
get
Item
Prop
get
Item
Prop
:
function
Type declaration
(
state
:
IState
, itemType
:
string
, field
:
string
)
:
any
Parameters
state:
IState
itemType:
string
field:
string
Returns
any
get
Items
get
Items
:
function
Type declaration
(
state
:
IState
, itemType
:
string
)
:
any
[]
Parameters
state:
IState
itemType:
string
Returns
any
[]
get
Opted
Item
get
Opted
Item
:
function
Type declaration
(
state
:
IState
, itemType
:
string
)
:
any
Parameters
state:
IState
itemType:
string
Returns
any
get
Opted
Item
Id
get
Opted
Item
Id
:
function
Type declaration
(
state
:
IState
, itemType
:
string
)
:
any
Parameters
state:
IState
itemType:
string
Returns
any
get
Page
Size
get
Page
Size
:
function
Type declaration
(
state
:
IState
, itemType
:
string
)
:
any
Parameters
state:
IState
itemType:
string
Returns
any
get
Process
get
Process
:
function
Type declaration
(
state
:
IState
, itemType
:
string
, process
:
string
)
:
IProcess
Parameters
state:
IState
itemType:
string
process:
string
Returns
IProcess
get
Process
Response
get
Process
Response
:
function
Type declaration
(
state
:
IState
, itemType
:
string
, process
:
string
)
:
any
Parameters
state:
IState
itemType:
string
process:
string
Returns
any
get
Selected
Item
Ids
get
Selected
Item
Ids
:
getSelectedItemIds
get
Selected
Items
get
Selected
Items
:
getSelectedItems
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
Total
Items
get
Total
Items
:
function
Type declaration
(
state
:
IState
, itemType
:
string
)
:
any
Parameters
state:
IState
itemType:
string
Returns
any
get
Total
Pages
get
Total
Pages
:
function
Type declaration
(
state
:
IState
, itemType
:
string
)
:
any
Parameters
state:
IState
itemType:
string
Returns
any
is
Item
Selected
is
Item
Selected
:
isItemSelected
is
Process
Failed
is
Process
Failed
:
function
Type declaration
(
state
:
IState
, itemType
:
string
, process
:
string
)
:
boolean
Parameters
state:
IState
itemType:
string
process:
string
Returns
boolean
is
Process
Finished
is
Process
Finished
:
function
Type declaration
(
state
:
IState
, itemType
:
string
, process
:
string
)
:
boolean
Parameters
state:
IState
itemType:
string
process:
string
Returns
boolean
is
Process
Running
is
Process
Running
:
function
Type declaration
(
state
:
IState
, itemType
:
string
, process
:
string
)
:
boolean
Parameters
state:
IState
itemType:
string
process:
string
Returns
boolean
is
Process
Succeed
is
Process
Succeed
:
function
Type declaration
(
state
:
IState
, itemType
:
string
, process
:
string
)
:
boolean
Parameters
state:
IState
itemType:
string
process:
string
Returns
boolean
Globals
"dck/selectors"
dck
Selectors
Made by
Horyus
. Documentation generated by
TypeDoc.