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
"__tests__/sagas"
External module "__tests__/sagas"
Index
Functions
add
Item
Saga
batch
Saga
delete
Item
Saga
fail
Select
Saga
load
Items
Saga
test
Saga
Functions
add
Item
Saga
add
Item
Saga
(
action
:
IAction
)
:
Generator
<
any
,
void
,
unknown
>
Parameters
action:
IAction
Returns
Generator
<
any
,
void
,
unknown
>
batch
Saga
batch
Saga
(
)
:
Generator
<
any
,
void
,
unknown
>
Returns
Generator
<
any
,
void
,
unknown
>
delete
Item
Saga
delete
Item
Saga
(
action
:
IAction
)
:
Generator
<
any
,
void
,
unknown
>
Parameters
action:
IAction
Returns
Generator
<
any
,
void
,
unknown
>
fail
Select
Saga
fail
Select
Saga
(
action
:
any
)
:
Generator
<
any
,
void
,
unknown
>
Parameters
action:
any
Returns
Generator
<
any
,
void
,
unknown
>
load
Items
Saga
load
Items
Saga
(
action
:
IAction
)
:
Generator
<
any
,
void
,
unknown
>
Parameters
action:
IAction
Returns
Generator
<
any
,
void
,
unknown
>
test
Saga
test
Saga
(
)
:
Generator
<
CombinatorEffect
<
"ALL"
,
SimpleEffect
<
"FORK"
,
ForkEffectDescriptor
<
never
>
>
>
,
void
,
unknown
>
Returns
Generator
<
CombinatorEffect
<
"ALL"
,
SimpleEffect
<
"FORK"
,
ForkEffectDescriptor
<
never
>
>
>
,
void
,
unknown
>
Globals
"__tests__/sagas"
add
Item
Saga
batch
Saga
delete
Item
Saga
fail
Select
Saga
load
Items
Saga
test
Saga
Made by
Horyus
. Documentation generated by
TypeDoc.