@thepalaceproject/circulation-admin
Preparing search index...
components/EditableConfigList
AdditionalContentProps
Interface AdditionalContentProps<_T, U>
interface
AdditionalContentProps
<
_T
,
U
>
{
csrfToken
?:
string
;
item
?:
U
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
type
?:
string
;
}
Type Parameters
_T
U
Index
Properties
csrf
Token?
item?
store?
type?
Properties
Optional
csrf
Token
csrfToken
?:
string
Optional
item
item
?:
U
Optional
store
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
csrf
Token
item
store
type
@thepalaceproject/circulation-admin
Loading...