Backstage
Docs
Github
Preparing search index...
@backstage/plugin-techdocs
index
DocsTable
Function DocsTable
DocsTable
(
props
:
DocsTableProps
)
:
Element
|
null
Component which renders a table documents
Parameters
props
:
DocsTableProps
Returns
Element
|
null
Index
Properties
actions
columns
Properties
actions
actions
:
{
createCopyDocsUrlAction
(
copyToClipboard
:
Function
,
)
:
(
row
:
DocsTableRow
,
)
=>
{
icon
:
()
=>
Element
;
onClick
:
()
=>
any
;
tooltip
:
string
}
;
createStarEntityAction
(
isStarredEntity
:
Function
,
toggleStarredEntity
:
Function
,
)
:
(
row
:
DocsTableRow
,
)
=>
{
cellStyle
:
{
paddingLeft
:
string
}
;
icon
:
()
=>
Element
;
onClick
:
()
=>
any
;
tooltip
:
string
;
}
;
}
columns
columns
:
{
createKindColumn
()
:
TableColumn
<
DocsTableRow
>
;
createNameColumn
()
:
TableColumn
<
DocsTableRow
>
;
createOwnerColumn
()
:
TableColumn
<
DocsTableRow
>
;
createTitleColumn
(
options
?:
{
hidden
?:
boolean
}
,
)
:
TableColumn
<
DocsTableRow
>
;
createTypeColumn
()
:
TableColumn
<
DocsTableRow
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
columns
Docs
Github
Backstage
Loading...
Component which renders a table documents