@thepalaceproject/circulation-admin
Preparing search index...
components/DiagnosticsTabContainer
DiagnosticsTabContainerProps
Interface DiagnosticsTabContainerProps
interface
DiagnosticsTabContainerProps
{
children
?:
ReactNode
;
class
?:
string
;
csrfToken
?:
string
;
diagnostics
?:
DiagnosticsData
;
fetchDiagnostics
:
()
=>
Promise
<
any
>
;
fetchError
?:
FetchErrorData
;
goToTab
:
(
tabName
:
string
)
=>
void
;
isLoaded
?:
boolean
;
key
?:
Key
;
ref
?:
LegacyRef
<
TabContainerProps
>
;
store
:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
tab
:
string
;
}
Hierarchy (
View Summary
)
DiagnosticsTabContainerDispatchProps
DiagnosticsTabContainerStateProps
DiagnosticsTabContainerOwnProps
DiagnosticsTabContainerProps
Index
Properties
children?
class?
csrf
Token?
diagnostics?
fetch
Diagnostics
fetch
Error?
go
To
Tab
is
Loaded?
key?
ref?
store
tab
Properties
Optional
children
children
?:
ReactNode
Optional
class
class
?:
string
Optional
csrf
Token
csrfToken
?:
string
Optional
diagnostics
diagnostics
?:
DiagnosticsData
fetch
Diagnostics
fetchDiagnostics
:
()
=>
Promise
<
any
>
Optional
fetch
Error
fetchError
?:
FetchErrorData
go
To
Tab
goToTab
:
(
tabName
:
string
)
=>
void
Optional
is
Loaded
isLoaded
?:
boolean
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
diagnostics
fetch
Diagnostics
fetch
Error
go
To
Tab
is
Loaded
key
ref
store
tab
@thepalaceproject/circulation-admin
Loading...