Table of Contents

Enum MBToastLevel

Namespace
Material.Blazor
Assembly
Material.Blazor.dll

Determines the type of a toast notfication. This is a required toast parameter without defaults.

public enum MBToastLevel

Fields

Error = 3

Error toast.

Info = 0

Informational toast.

Success = 1

Success toast.

Warning = 2

Warning toast.