@thepalaceproject/circulation-admin
Preparing search index...
components/SelfTestsTabContainer
SelfTestsTabContainerProps
Interface SelfTestsTabContainerProps
interface
SelfTestsTabContainerProps
{
children
?:
ReactNode
;
class
?:
string
;
csrfToken
?:
string
;
fetchError
?:
FetchErrorData
;
fetchItems
:
()
=>
Promise
<
any
>
;
goToTab
:
(
tabName
:
string
)
=>
void
;
isLoaded
?:
boolean
;
items
?:
CollectionsData
|
PatronAuthServicesData
;
key
?:
Key
;
ref
?:
LegacyRef
<
TabContainerProps
>
;
store
:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
tab
:
string
;
}
Hierarchy (
View Summary
)
SelfTestsTabContainerDispatchProps
SelfTestsTabContainerStateProps
SelfTestsTabContainerOwnProps
SelfTestsTabContainerProps
Index
Properties
children?
class?
csrf
Token?
fetch
Error?
fetch
Items
go
To
Tab
is
Loaded?
items?
key?
ref?
store
tab
Properties
Optional
children
children
?:
ReactNode
Optional
class
class
?:
string
Optional
csrf
Token
csrfToken
?:
string
Optional
fetch
Error
fetchError
?:
FetchErrorData
fetch
Items
fetchItems
:
()
=>
Promise
<
any
>
go
To
Tab
goToTab
:
(
tabName
:
string
)
=>
void
Optional
is
Loaded
isLoaded
?:
boolean
Optional
items
items
?:
CollectionsData
|
PatronAuthServicesData
Optional
key
key
?:
Key
Optional
ref
ref
?:
LegacyRef
<
TabContainerProps
>
store
store
:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
tab
tab
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
class
csrf
Token
fetch
Error
fetch
Items
go
To
Tab
is
Loaded
items
key
ref
store
tab
@thepalaceproject/circulation-admin
Loading...