Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/CustomListsForBook
CustomListsForBookProps
Interface CustomListsForBookProps
interface
CustomListsForBookProps
{
allCustomLists
?:
CustomListData
[]
;
book
:
BookData
;
bookUrl
:
string
;
csrfToken
:
string
;
customListsForBook
?:
CustomListData
[]
;
editCustomListsForBook
?:
(
url
:
string
,
data
:
FormData
)
=>
Promise
<
void
>
;
fetchAllCustomLists
?:
()
=>
Promise
<
CustomListsData
>
;
fetchCustomListsForBook
?:
(
url
:
string
)
=>
Promise
<
CustomListsData
>
;
fetchError
?:
FetchErrorData
;
isFetching
?:
boolean
;
library
:
string
;
refreshCatalog
:
()
=>
Promise
<
any
>
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Hierarchy (
View Summary
)
CustomListsForBookStateProps
CustomListsForBookDispatchProps
CustomListsForBookOwnProps
CustomListsForBookProps
Index
Properties
all
Custom
Lists?
book
book
Url
csrf
Token
custom
Lists
For
Book?
edit
Custom
Lists
For
Book?
fetch
All
Custom
Lists?
fetch
Custom
Lists
For
Book?
fetch
Error?
is
Fetching?
library
refresh
Catalog
store?
Properties
Optional
all
Custom
Lists
allCustomLists
?:
CustomListData
[]
book
book
:
BookData
book
Url
bookUrl
:
string
csrf
Token
csrfToken
:
string
Optional
custom
Lists
For
Book
customListsForBook
?:
CustomListData
[]
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
>
Optional
fetch
Error
fetchError
?:
FetchErrorData
Optional
is
Fetching
isFetching
?:
boolean
library
library
:
string
refresh
Catalog
refreshCatalog
:
()
=>
Promise
<
any
>
Optional
store
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
all
Custom
Lists
book
book
Url
csrf
Token
custom
Lists
For
Book
edit
Custom
Lists
For
Book
fetch
All
Custom
Lists
fetch
Custom
Lists
For
Book
fetch
Error
is
Fetching
library
refresh
Catalog
store
@thepalaceproject/circulation-admin
Loading...