Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/CustomListPage
CustomListPageProps
Interface CustomListPageProps
interface
CustomListPageProps
{
children
?:
ReactNode
;
key
?:
Key
;
location
?:
{
[
key
:
string
]:
string
|
{
[
key
:
string
]:
string
}
}
;
params
:
{
editOrCreate
?:
string
;
identifier
?:
string
;
library
?:
string
}
;
ref
?:
LegacyRef
<
CustomListPageProps
>
;
}
Hierarchy
Props
<
CustomListPageProps
>
CustomListPageProps
Index
Properties
children?
key?
location?
params
ref?
Properties
Optional
children
children
?:
ReactNode
Optional
key
key
?:
Key
Optional
location
location
?:
{
[
key
:
string
]:
string
|
{
[
key
:
string
]:
string
}
}
params
params
:
{
editOrCreate
?:
string
;
identifier
?:
string
;
library
?:
string
}
Optional
ref
ref
?:
LegacyRef
<
CustomListPageProps
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
key
location
params
ref
@thepalaceproject/circulation-admin
Loading...