Backstage
Docs
Github
Preparing search index...
@backstage/ui
HeaderOwnProps
Interface HeaderOwnProps
Own props for the Header component.
interface
HeaderOwnProps
{
breadcrumbs
?:
HeaderBreadcrumb
[]
;
className
?:
string
;
customActions
?:
ReactNode
;
tabs
?:
HeaderTab
[]
;
title
?:
string
;
}
Hierarchy (
View Summary
)
HeaderOwnProps
HeaderProps
Index
Properties
breadcrumbs?
class
Name?
custom
Actions?
tabs?
title?
Properties
Optional
breadcrumbs
breadcrumbs
?:
HeaderBreadcrumb
[]
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...
Own props for the Header component.