Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/SelfTests
SelfTestsProps
Interface SelfTestsProps
interface
SelfTestsProps
{
children
?:
ReactNode
;
csrfToken
?:
string
;
getSelfTests
?:
()
=>
Promise
<
SelfTestsData
>
;
isFetching
?:
boolean
;
item
?:
ServiceData
;
key
?:
Key
;
ref
?:
LegacyRef
<
SelfTestsProps
>
;
runSelfTests
?:
()
=>
Promise
<
void
>
;
sortByCollection
:
boolean
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
type
:
string
;
}
Hierarchy (
View Summary
)
Props
<
SelfTestsProps
>
SelfTestsStateProps
SelfTestsDispatchProps
SelfTestsOwnProps
SelfTestsProps
Index
Properties
children?
csrf
Token?
get
Self
Tests?
is
Fetching?
item?
key?
ref?
run
Self
Tests?
sort
By
Collection
store?
type
Properties
Optional
children
children
?:
ReactNode
Optional
csrf
Token
csrfToken
?:
string
Optional
get
Self
Tests
getSelfTests
?:
()
=>
Promise
<
SelfTestsData
>
Optional
is
Fetching
isFetching
?:
boolean
Optional
item
item
?:
ServiceData
Optional
key
key
?:
Key
Optional
ref
ref
?:
LegacyRef
<
SelfTestsProps
>
Optional
run
Self
Tests
runSelfTests
?:
()
=>
Promise
<
void
>
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
children
csrf
Token
get
Self
Tests
is
Fetching
item
key
ref
run
Self
Tests
sort
By
Collection
store
type
@thepalaceproject/circulation-admin
Loading...