Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/BookDetailsEditor
BookDetailsEditorOwnProps
Interface BookDetailsEditorOwnProps
interface
BookDetailsEditorOwnProps
{
bookUrl
?:
string
;
canSuppress
:
boolean
;
csrfToken
:
string
;
refreshCatalog
?:
()
=>
Promise
<
any
>
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Index
Properties
book
Url?
can
Suppress
csrf
Token
refresh
Catalog?
store?
Properties
Optional
book
Url
bookUrl
?:
string
can
Suppress
canSuppress
:
boolean
csrf
Token
csrfToken
:
string
Optional
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
book
Url
can
Suppress
csrf
Token
refresh
Catalog
store
@thepalaceproject/circulation-admin
Loading...