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
"crud/actions"
External module "crud/actions"
Index
Functions
add
Item
delete
Item
export
Items
import
Items
load
Items
update
Item
Functions
add
Item
add
Item
(
itemType
:
string
, item
:
any
, options
?:
any
)
:
IAction
Parameters
itemType:
string
item:
any
Optional
options:
any
Returns
IAction
delete
Item
delete
Item
(
itemType
:
string
, id
:
string
|
number
, options
?:
any
)
:
IAction
Parameters
itemType:
string
id:
string
|
number
Optional
options:
any
Returns
IAction
export
Items
export
Items
(
itemType
:
string
, options
?:
any
)
:
IAction
Parameters
itemType:
string
Optional
options:
any
Returns
IAction
import
Items
import
Items
(
itemType
:
string
, options
?:
any
)
:
IAction
Parameters
itemType:
string
Optional
options:
any
Returns
IAction
load
Items
load
Items
(
itemType
:
string
, options
?:
any
)
:
IAction
Parameters
itemType:
string
Optional
options:
any
Returns
IAction
update
Item
update
Item
(
itemType
:
string
, id
:
string
|
number
, item
:
any
, options
?:
any
)
:
IAction
Parameters
itemType:
string
id:
string
|
number
item:
any
Optional
options:
any
Returns
IAction
Globals
"crud/actions"
add
Item
delete
Item
export
Items
import
Items
load
Items
update
Item
Made by
Horyus
. Documentation generated by
TypeDoc.