@thepalaceproject/circulation-admin
Preparing search index...
components/ManagePatronsForm
ManagePatronsFormOwnProps
Interface ManagePatronsFormOwnProps
interface
ManagePatronsFormOwnProps
{
csrfToken
?:
string
;
library
:
string
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Hierarchy (
View Summary
)
ManagePatronsFormOwnProps
ManagePatronsFormProps
Index
Properties
csrf
Token?
library
store?
Properties
Optional
csrf
Token
csrfToken
?:
string
library
library
:
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
csrf
Token
library
store
@thepalaceproject/circulation-admin
Loading...