Type Alias patternfly_yew::components::alert::Type

source ·
pub type Type = AlertType;
👎Deprecated since 0.4.0: This type has been renamed to ‘AlertType’

Aliased Type§

enum Type {
    Custom,
    Info,
    Success,
    Warning,
    Danger,
}

Variants§

§

Custom

§

Info

§

Success

§

Warning

§

Danger