Alert style
AlertStyle
¶
Bases: StrEnum
Enum representing the different styles of alerts.
Attributes:
| Name | Type | Description |
|---|---|---|
Normal |
str
|
Represents a normal alert style. |
Info |
str
|
Represents an informational alert style. |
Success |
str
|
Represents a success alert style. |
Warning |
str
|
Represents a warning alert style. |
Error |
str
|
Represents an error alert style. |