Backstage
Docs
Github
Preparing search index...
@backstage/plugin-techdocs
index
PanelProps
Interface PanelProps
Type representing Panel props
interface
PanelProps
{
CustomHeader
?:
FC
;
linkContent
?:
string
|
Element
;
linkDestination
?:
(
entity
:
Entity
)
=>
string
|
undefined
;
options
?:
TableOptions
<
DocsTableRow
>
;
PageWrapper
?:
FC
;
}
Index
Properties
Custom
Header?
link
Content?
link
Destination?
options?
Page
Wrapper?
Properties
Optional
Custom
Header
CustomHeader
?:
FC
Optional
link
Content
linkContent
?:
string
|
Element
Optional
link
Destination
linkDestination
?:
(
entity
:
Entity
)
=>
string
|
undefined
Optional
options
options
?:
TableOptions
<
DocsTableRow
>
Optional
Page
Wrapper
PageWrapper
?:
FC
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Custom
Header
link
Content
link
Destination
options
Page
Wrapper
Docs
Github
Backstage
Loading...
Type representing Panel props