Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/ChangePasswordForm
ChangePasswordFormProps
Interface ChangePasswordFormProps
interface
ChangePasswordFormProps
{
changePassword
?:
(
data
:
FormData
)
=>
Promise
<
void
>
;
csrfToken
:
string
;
fetchError
?:
FetchErrorData
;
isFetching
?:
boolean
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Hierarchy (
View Summary
)
ChangePasswordFormStateProps
ChangePasswordFormDispatchProps
ChangePasswordFormOwnProps
ChangePasswordFormProps
Index
Properties
change
Password?
csrf
Token
fetch
Error?
is
Fetching?
store?
Properties
Optional
change
Password
changePassword
?:
(
data
:
FormData
)
=>
Promise
<
void
>
csrf
Token
csrfToken
:
string
Optional
fetch
Error
fetchError
?:
FetchErrorData
Optional
is
Fetching
isFetching
?:
boolean
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
change
Password
csrf
Token
fetch
Error
is
Fetching
store
@thepalaceproject/circulation-admin
Loading...