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