Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/ResetAdobeId
ResetAdobeIdProps
Interface ResetAdobeIdProps
interface
ResetAdobeIdProps
{
children
?:
ReactNode
;
csrfToken
?:
string
;
fetchError
?:
FetchErrorData
;
key
?:
Key
;
library
:
string
;
patron
?:
PatronData
;
ref
?:
LegacyRef
<
ResetAdobeIdProps
>
;
resetAdobeId
?:
(
data
:
FormData
,
library
:
string
)
=>
Promise
<
void
>
;
responseBody
?:
string
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Hierarchy (
View Summary
)
Props
<
ResetAdobeIdProps
>
ResetAdobeIdStateProps
ResetAdobeIdDispatchProps
ResetAdobeIdOwnProps
ResetAdobeIdProps
Index
Properties
children?
csrf
Token?
fetch
Error?
key?
library
patron?
ref?
reset
Adobe
Id?
response
Body?
store?
Properties
Optional
children
children
?:
ReactNode
Optional
csrf
Token
csrfToken
?:
string
Optional
fetch
Error
fetchError
?:
FetchErrorData
Optional
key
key
?:
Key
library
library
:
string
Optional
patron
patron
?:
PatronData
Optional
ref
ref
?:
LegacyRef
<
ResetAdobeIdProps
>
Optional
reset
Adobe
Id
resetAdobeId
?:
(
data
:
FormData
,
library
:
string
)
=>
Promise
<
void
>
Optional
response
Body
responseBody
?:
string
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
children
csrf
Token
fetch
Error
key
library
patron
ref
reset
Adobe
Id
response
Body
store
@thepalaceproject/circulation-admin
Loading...