Backstage
Docs
Github
Preparing search index...
@backstage/ui
AlertProps
Interface AlertProps
Properties for
Alert
interface
AlertProps
{
className
?:
string
;
customActions
?:
ReactNode
;
description
?:
ReactNode
;
icon
?:
boolean
|
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
;
loading
?:
boolean
;
m
?:
Responsive
<
string
>
;
mb
?:
Responsive
<
string
>
;
ml
?:
Responsive
<
string
>
;
mr
?:
Responsive
<
string
>
;
mt
?:
Responsive
<
string
>
;
mx
?:
Responsive
<
string
>
;
my
?:
Responsive
<
string
>
;
status
?:
Responsive
<
"danger"
|
"warning"
|
"success"
|
"info"
>
;
style
?:
CSSProperties
;
surface
?:
Responsive
<
Surface
>
;
title
?:
ReactNode
;
}
Hierarchy (
View Summary
)
MarginProps
AlertOwnProps
AlertProps
Index
Properties
class
Name?
custom
Actions?
description?
icon?
loading?
m?
mb?
ml?
mr?
mt?
mx?
my?
status?
style?
surface?
title?
Properties
Optional
class
Name
className
?:
string
Optional
custom
Actions
customActions
?:
ReactNode
Optional
description
description
?:
ReactNode
Optional
icon
icon
?:
boolean
|
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
Optional
loading
loading
?:
boolean
Optional
m
m
?:
Responsive
<
string
>
Optional
mb
mb
?:
Responsive
<
string
>
Optional
ml
ml
?:
Responsive
<
string
>
Optional
mr
mr
?:
Responsive
<
string
>
Optional
mt
mt
?:
Responsive
<
string
>
Optional
mx
mx
?:
Responsive
<
string
>
Optional
my
my
?:
Responsive
<
string
>
Optional
status
status
?:
Responsive
<
"danger"
|
"warning"
|
"success"
|
"info"
>
Optional
style
style
?:
CSSProperties
Optional
surface
surface
?:
Responsive
<
Surface
>
Optional
title
title
?:
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
custom
Actions
description
icon
loading
m
mb
ml
mr
mt
mx
my
status
style
surface
title
Docs
Github
Backstage
Loading...
Properties for Alert