Backstage
Docs
Github
Preparing search index...
@backstage/frontend-plugin-api
index
PageLayoutProps
Interface PageLayoutProps
Props for the PageLayout component
interface
PageLayoutProps
{
children
?:
ReactNode
;
headerActions
?:
(
Element
|
null
)
[]
;
icon
?:
IconElement
;
noHeader
?:
boolean
;
tabs
?:
PageTab
[]
;
title
?:
string
;
}
Index
Properties
children?
header
Actions?
icon?
no
Header?
tabs?
title?
Properties
Optional
children
children
?:
ReactNode
Optional
header
Actions
headerActions
?:
(
Element
|
null
)
[]
Optional
icon
icon
?:
IconElement
Optional
no
Header
noHeader
?:
boolean
Optional
tabs
tabs
?:
PageTab
[]
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
header
Actions
icon
no
Header
tabs
title
Docs
Github
Backstage
Loading...
Props for the PageLayout component