Backstage
Docs
Github
Preparing search index...
@backstage/ui
HeaderMetadataStatusProps
Interface HeaderMetadataStatusProps
Represents a status item in the HeaderMetadataStatus component.
interface
HeaderMetadataStatusProps
{
color
:
"danger"
|
"warning"
|
"success"
|
"info"
;
href
?:
string
;
label
:
string
;
}
Index
Properties
color
href?
label
Properties
color
color
:
"danger"
|
"warning"
|
"success"
|
"info"
Optional
href
href
?:
string
label
label
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
href
label
Docs
Github
Backstage
Loading...
Represents a status item in the HeaderMetadataStatus component.