Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/Complaints
ComplaintsProps
Interface ComplaintsProps
interface
ComplaintsProps
{
book
:
BookData
;
bookUrl
:
string
;
complaints
?:
any
;
csrfToken
:
string
;
fetchComplaints
?:
(
url
:
string
)
=>
Promise
<
any
>
;
fetchError
?:
FetchErrorData
;
isFetching
?:
boolean
;
postComplaint
?:
PostComplaint
;
refreshCatalog
:
()
=>
Promise
<
any
>
;
resolveComplaints
?:
(
url
:
string
,
data
:
FormData
)
=>
Promise
<
any
>
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Hierarchy (
View Summary
)
ComplaintsStateProps
ComplaintsDispatchProps
ComplaintsOwnProps
ComplaintsProps
Index
Properties
book
book
Url
complaints?
csrf
Token
fetch
Complaints?
fetch
Error?
is
Fetching?
post
Complaint?
refresh
Catalog
resolve
Complaints?
store?
Properties
book
book
:
BookData
book
Url
bookUrl
:
string
Optional
complaints
complaints
?:
any
csrf
Token
csrfToken
:
string
Optional
fetch
Complaints
fetchComplaints
?:
(
url
:
string
)
=>
Promise
<
any
>
Optional
fetch
Error
fetchError
?:
FetchErrorData
Optional
is
Fetching
isFetching
?:
boolean
Optional
post
Complaint
postComplaint
?:
PostComplaint
refresh
Catalog
refreshCatalog
:
()
=>
Promise
<
any
>
Optional
resolve
Complaints
resolveComplaints
?:
(
url
:
string
,
data
:
FormData
)
=>
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
complaints
csrf
Token
fetch
Complaints
fetch
Error
is
Fetching
post
Complaint
refresh
Catalog
resolve
Complaints
store
@thepalaceproject/circulation-admin
Loading...