Backstage
Docs
GitHub
Preparing search index...
@backstage/plugin-techdocs
index
DocsTableActionFactories
Interface DocsTableActionFactories
Action factory functions for DocsTable
interface
DocsTableActionFactories
{
createCopyDocsUrlAction
(
copyToClipboard
:
Function
,
t
?:
Function
,
)
:
(
row
:
DocsTableRow
,
)
=>
{
icon
:
()
=>
Element
;
onClick
:
()
=>
void
;
tooltip
:
string
}
;
createStarEntityAction
(
isStarredEntity
:
Function
,
toggleStarredEntity
:
Function
,
t
?:
Function
,
)
:
(
row
:
DocsTableRow
,
)
=>
{
cellStyle
:
{
paddingLeft
:
string
}
;
icon
:
()
=>
Element
;
onClick
:
()
=>
void
;
tooltip
:
string
;
}
;
}
Index
Methods
create
Copy
Docs
Url
Action
create
Star
Entity
Action
Methods
create
Copy
Docs
Url
Action
createCopyDocsUrlAction
(
copyToClipboard
:
Function
,
t
?:
Function
,
)
:
(
row
:
DocsTableRow
,
)
=>
{
icon
:
()
=>
Element
;
onClick
:
()
=>
void
;
tooltip
:
string
}
Parameters
copyToClipboard
:
Function
Optional
t
:
Function
Returns
(
row
:
DocsTableRow
,
)
=>
{
icon
:
()
=>
Element
;
onClick
:
()
=>
void
;
tooltip
:
string
}
create
Star
Entity
Action
createStarEntityAction
(
isStarredEntity
:
Function
,
toggleStarredEntity
:
Function
,
t
?:
Function
,
)
:
(
row
:
DocsTableRow
,
)
=>
{
cellStyle
:
{
paddingLeft
:
string
}
;
icon
:
()
=>
Element
;
onClick
:
()
=>
void
;
tooltip
:
string
;
}
Parameters
isStarredEntity
:
Function
toggleStarredEntity
:
Function
Optional
t
:
Function
Returns
(
row
:
DocsTableRow
,
)
=>
{
cellStyle
:
{
paddingLeft
:
string
}
;
icon
:
()
=>
Element
;
onClick
:
()
=>
void
;
tooltip
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Copy
Docs
Url
Action
create
Star
Entity
Action
Docs
GitHub
Backstage
Loading...
Action factory functions for DocsTable