Backstage
Docs
Github
Preparing search index...
@backstage/ui
HeaderProps
Interface HeaderProps
Props for the main Header component.
interface
HeaderProps
{
className
?:
string
;
customActions
?:
ReactNode
;
icon
?:
ReactNode
;
onTabSelectionChange
?:
(
key
:
Key
)
=>
void
;
tabs
?:
HeaderTab
[]
;
title
?:
string
;
titleLink
?:
string
;
}
Index
Properties
class
Name?
custom
Actions?
icon?
on
Tab
Selection
Change?
tabs?
title?
title
Link?
Properties
Optional
class
Name
className
?:
string
Optional
custom
Actions
customActions
?:
ReactNode
Optional
icon
icon
?:
ReactNode
Optional
on
Tab
Selection
Change
onTabSelectionChange
?:
(
key
:
Key
)
=>
void
Optional
tabs
tabs
?:
HeaderTab
[]
Optional
title
title
?:
string
Optional
title
Link
titleLink
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
custom
Actions
icon
on
Tab
Selection
Change
tabs
title
title
Link
Docs
Github
Backstage
Loading...
Props for the main Header component.