Enum ToastSeverity
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Toast severity — drives accent color and ARIA live-region role.
public enum ToastSeverity
Fields
Error = 3Error toast — rendered with
role="alert" aria-live="assertive".Info = 0Informational toast.
Success = 1Success toast.
Warning = 2Warning toast.