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