Skip to main content
Version: Next

DefaultCatalogPageProps

Home > @backstage/plugin-catalog > DefaultCatalogPageProps

Props for root catalog pages.

Signature:

export interface DefaultCatalogPageProps 

Properties

Property

Modifiers

Type

Description

actions?

TableProps<CatalogTableRow>['actions']

(Optional)

columns?

TableColumn<CatalogTableRow>[] | CatalogTableColumnsFunc

(Optional)

emptyContent?

ReactNode

(Optional)

filters?

ReactNode

(Optional)

initialKind?

string

(Optional)

initiallySelectedFilter?

UserListFilterKind

(Optional)

initiallySelectedNamespaces?

string[]

(Optional)

ownerPickerMode?

EntityOwnerPickerProps['mode']

(Optional)

pagination?

EntityListPagination

(Optional)

tableOptions?

TableProps<CatalogTableRow>['options']

(Optional)