Backstage
Docs
Github
Preparing search index...
@backstage/plugin-catalog
index
DefaultCatalogPageProps
Interface DefaultCatalogPageProps
Props for root catalog pages.
interface
DefaultCatalogPageProps
{
actions
?:
(
|
Action
<
CatalogTableRow
>
|
(
(
rowData
:
CatalogTableRow
)
=>
Action
<
CatalogTableRow
>
)
|
{
action
:
(
rowData
:
CatalogTableRow
)
=>
Action
<
CatalogTableRow
>
;
position
:
string
;
}
)
[]
;
columns
?:
TableColumn
<
CatalogTableRow
>
[]
|
CatalogTableColumnsFunc
;
emptyContent
?:
ReactNode
;
filters
?:
ReactNode
;
initialKind
?:
string
;
initiallySelectedFilter
?:
UserListFilterKind
;
initiallySelectedNamespaces
?:
string
[]
;
ownerPickerMode
?:
"all"
|
"owners-only"
;
pagination
?:
EntityListPagination
;
tableOptions
?:
Options
<
CatalogTableRow
>
;
}
Index
Properties
actions?
columns?
empty
Content?
filters?
initial
Kind?
initially
Selected
Filter?
initially
Selected
Namespaces?
owner
Picker
Mode?
pagination?
table
Options?
Properties
Optional
actions
actions
?:
(
|
Action
<
CatalogTableRow
>
|
(
(
rowData
:
CatalogTableRow
)
=>
Action
<
CatalogTableRow
>
)
|
{
action
:
(
rowData
:
CatalogTableRow
)
=>
Action
<
CatalogTableRow
>
;
position
:
string
;
}
)
[]
Optional
columns
columns
?:
TableColumn
<
CatalogTableRow
>
[]
|
CatalogTableColumnsFunc
Optional
empty
Content
emptyContent
?:
ReactNode
Optional
filters
filters
?:
ReactNode
Optional
initial
Kind
initialKind
?:
string
Optional
initially
Selected
Filter
initiallySelectedFilter
?:
UserListFilterKind
Optional
initially
Selected
Namespaces
initiallySelectedNamespaces
?:
string
[]
Optional
owner
Picker
Mode
ownerPickerMode
?:
"all"
|
"owners-only"
Optional
pagination
pagination
?:
EntityListPagination
Optional
table
Options
tableOptions
?:
Options
<
CatalogTableRow
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
columns
empty
Content
filters
initial
Kind
initially
Selected
Filter
initially
Selected
Namespaces
owner
Picker
Mode
pagination
table
Options
Docs
Github
Backstage
Loading...
Props for root catalog pages.