Backstage
Docs
Github
Preparing search index...
@backstage/plugin-catalog-react
index
EntityTable
Function EntityTable
EntityTable
<
T
extends
Entity
>
(
props
:
EntityTableProps
<
T
>
)
:
Element
A general entity table component, that can be used for composing more specific entity tables.
Type Parameters
T
extends
Entity
Parameters
props
:
EntityTableProps
<
T
>
Returns
Element
Index
Properties
columns
component
Entity
Columns
system
Entity
Columns
Properties
columns
columns
:
Readonly
<
{
createDomainColumn
<
T
extends
Entity
>
()
:
TableColumn
<
T
>
;
createEntityRefColumn
<
T
extends
Entity
>
(
options
:
{
defaultKind
?:
string
}
,
)
:
TableColumn
<
T
>
;
createEntityRelationColumn
<
T
extends
Entity
>
(
options
:
{
defaultKind
?:
string
;
filter
?:
{
kind
:
string
}
;
relation
:
string
;
title
:
string
|
Element
;
}
,
)
:
TableColumn
<
T
>
;
createMetadataDescriptionColumn
<
T
extends
Entity
>
()
:
TableColumn
<
T
>
;
createOwnerColumn
<
T
extends
Entity
>
()
:
TableColumn
<
T
>
;
createSpecLifecycleColumn
<
T
extends
Entity
>
()
:
TableColumn
<
T
>
;
createSpecTypeColumn
<
T
extends
Entity
>
()
:
TableColumn
<
T
>
;
createSystemColumn
<
T
extends
Entity
>
()
:
TableColumn
<
T
>
;
}
,
>
component
Entity
Columns
componentEntityColumns
:
TableColumn
<
ComponentEntity
>
[]
system
Entity
Columns
systemEntityColumns
:
TableColumn
<
SystemEntity
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
component
Entity
Columns
system
Entity
Columns
Docs
Github
Backstage
Loading...
A general entity table component, that can be used for composing more specific entity tables.