Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/CustomListsForBook
CustomListsForBookDispatchProps
Interface CustomListsForBookDispatchProps
interface
CustomListsForBookDispatchProps
{
editCustomListsForBook
?:
(
url
:
string
,
data
:
FormData
)
=>
Promise
<
void
>
;
fetchAllCustomLists
?:
()
=>
Promise
<
CustomListsData
>
;
fetchCustomListsForBook
?:
(
url
:
string
)
=>
Promise
<
CustomListsData
>
;
}
Hierarchy (
View Summary
)
CustomListsForBookDispatchProps
CustomListsForBookProps
Index
Properties
edit
Custom
Lists
For
Book?
fetch
All
Custom
Lists?
fetch
Custom
Lists
For
Book?
Properties
Optional
edit
Custom
Lists
For
Book
editCustomListsForBook
?:
(
url
:
string
,
data
:
FormData
)
=>
Promise
<
void
>
Optional
fetch
All
Custom
Lists
fetchAllCustomLists
?:
()
=>
Promise
<
CustomListsData
>
Optional
fetch
Custom
Lists
For
Book
fetchCustomListsForBook
?:
(
url
:
string
)
=>
Promise
<
CustomListsData
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edit
Custom
Lists
For
Book
fetch
All
Custom
Lists
fetch
Custom
Lists
For
Book
@thepalaceproject/circulation-admin
Loading...