Backstage
Docs
Github
Preparing search index...
@backstage/ui
HeaderPageProps
Interface HeaderPageProps
Props for the main HeaderPage component.
interface
HeaderPageProps
{
breadcrumbs
?:
HeaderPageBreadcrumb
[]
;
className
?:
string
;
customActions
?:
ReactNode
;
tabs
?:
HeaderTab
[]
;
title
?:
string
;
}
Index
Properties
breadcrumbs?
class
Name?
custom
Actions?
tabs?
title?
Properties
Optional
breadcrumbs
breadcrumbs
?:
HeaderPageBreadcrumb
[]
Optional
class
Name
className
?:
string
Optional
custom
Actions
customActions
?:
ReactNode
Optional
tabs
tabs
?:
HeaderTab
[]
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
breadcrumbs
class
Name
custom
Actions
tabs
title
Docs
Github
Backstage
Loading...
Props for the main HeaderPage component.