Backstage
Docs
Github
Preparing search index...
@backstage/plugin-techdocs
index
PanelConfig
Interface PanelConfig
Type representing a TechDocsCustomHome panel.
interface
PanelConfig
{
description
:
string
;
filterPredicate
:
string
|
(
(
entity
:
Entity
)
=>
boolean
)
;
panelCSS
?:
CSSProperties
;
panelProps
?:
PanelProps
;
panelType
:
PanelType
;
title
:
string
;
}
Index
Properties
description
filter
Predicate
panel
CSS?
panel
Props?
panel
Type
title
Properties
description
description
:
string
filter
Predicate
filterPredicate
:
string
|
(
(
entity
:
Entity
)
=>
boolean
)
Optional
panel
CSS
panelCSS
?:
CSSProperties
Optional
panel
Props
panelProps
?:
PanelProps
panel
Type
panelType
:
PanelType
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
filter
Predicate
panel
CSS
panel
Props
panel
Type
title
Docs
Github
Backstage
Loading...
Type representing a TechDocsCustomHome panel.