Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/CustomListsForBook
CustomListsForBookStateProps
Interface CustomListsForBookStateProps
interface
CustomListsForBookStateProps
{
allCustomLists
?:
CustomListData
[]
;
customListsForBook
?:
CustomListData
[]
;
fetchError
?:
FetchErrorData
;
isFetching
?:
boolean
;
}
Hierarchy (
View Summary
)
CustomListsForBookStateProps
CustomListsForBookProps
Index
Properties
all
Custom
Lists?
custom
Lists
For
Book?
fetch
Error?
is
Fetching?
Properties
Optional
all
Custom
Lists
allCustomLists
?:
CustomListData
[]
Optional
custom
Lists
For
Book
customListsForBook
?:
CustomListData
[]
Optional
fetch
Error
fetchError
?:
FetchErrorData
Optional
is
Fetching
isFetching
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
all
Custom
Lists
custom
Lists
For
Book
fetch
Error
is
Fetching
@thepalaceproject/circulation-admin
Loading...