Skip to main content
Version: Next

CatalogTableProps

Home > @backstage/plugin-catalog > CatalogTableProps

Props for CatalogTable.

Signature:

export interface CatalogTableProps 

Properties

Property

Modifiers

Type

Description

actions?

TableProps<CatalogTableRow>['actions']

(Optional)

columns?

TableColumn<CatalogTableRow>[] | CatalogTableColumnsFunc

(Optional)

emptyContent?

ReactNode

(Optional)

subtitle?

string

(Optional)

tableOptions?

TableProps<CatalogTableRow>['options']

(Optional)

title?

string

(Optional) A static title to use for the table. If not provided, a title will be generated based on the current Kind and Type filters and total number of items.