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