Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/ConfigTabContainer
ConfigTabContainerProps
Interface ConfigTabContainerProps
interface
ConfigTabContainerProps
{
children
?:
ReactNode
;
class
?:
string
;
csrfToken
?:
string
;
editOrCreate
?:
string
;
identifier
?:
string
;
key
?:
Key
;
ref
?:
LegacyRef
<
TabContainerProps
>
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
tab
:
string
;
}
Hierarchy (
View Summary
)
TabContainerProps
ConfigTabContainerProps
Index
Properties
children?
class?
csrf
Token?
edit
Or
Create?
identifier?
key?
ref?
store?
tab
Properties
Optional
children
children
?:
ReactNode
Optional
class
class
?:
string
Optional
csrf
Token
csrfToken
?:
string
Optional
edit
Or
Create
editOrCreate
?:
string
Optional
identifier
identifier
?:
string
Optional
key
key
?:
Key
Optional
ref
ref
?:
LegacyRef
<
TabContainerProps
>
Optional
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
edit
Or
Create
identifier
key
ref
store
tab
@thepalaceproject/circulation-admin
Loading...