Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/SelfTests
SelfTestsOwnProps
Interface SelfTestsOwnProps
interface
SelfTestsOwnProps
{
csrfToken
?:
string
;
item
?:
ServiceData
;
sortByCollection
:
boolean
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
type
:
string
;
}
Hierarchy (
View Summary
)
SelfTestsOwnProps
SelfTestsProps
Index
Properties
csrf
Token?
item?
sort
By
Collection
store?
type
Properties
Optional
csrf
Token
csrfToken
?:
string
Optional
item
item
?:
ServiceData
sort
By
Collection
sortByCollection
:
boolean
Optional
store
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
csrf
Token
item
sort
By
Collection
store
type
@thepalaceproject/circulation-admin
Loading...