Zamok Kiosk API
Preparing search index...
mc-directory/lib/actions
ActionCreators
Interface ActionCreators<TC, TL>
interface
ActionCreators
<
TC
,
TL
=
TC
>
{
addItem
:
(
payload
:
Item
<
TC
,
TL
>
)
=>
AddItemAction
<
TC
,
TL
>
;
loadItems
:
(
payload
:
LoadPayload
<
TC
,
TL
>
)
=>
LoadItemsAction
<
TC
,
TL
>
;
removeItem
:
(
payload
:
Item
<
TC
,
TL
>
)
=>
RemoveItemAction
<
TC
,
TL
>
;
updateItem
:
(
payload
:
Item
<
TC
,
TL
>
)
=>
UpdateItemAction
<
TC
,
TL
>
;
updateItems
:
(
payload
:
Item
<
TC
,
TL
>
[]
)
=>
UpdateItemsAction
<
TC
,
TL
>
;
}
Type Parameters
TC
TL
=
TC
Index
Properties
add
Item
load
Items
remove
Item
update
Item
update
Items
Properties
add
Item
addItem
:
(
payload
:
Item
<
TC
,
TL
>
)
=>
AddItemAction
<
TC
,
TL
>
load
Items
loadItems
:
(
payload
:
LoadPayload
<
TC
,
TL
>
)
=>
LoadItemsAction
<
TC
,
TL
>
remove
Item
removeItem
:
(
payload
:
Item
<
TC
,
TL
>
)
=>
RemoveItemAction
<
TC
,
TL
>
update
Item
updateItem
:
(
payload
:
Item
<
TC
,
TL
>
)
=>
UpdateItemAction
<
TC
,
TL
>
update
Items
updateItems
:
(
payload
:
Item
<
TC
,
TL
>
[]
)
=>
UpdateItemsAction
<
TC
,
TL
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Item
load
Items
remove
Item
update
Item
update
Items
Zamok Kiosk API
Loading...