Table of Contents

Enum ToastSeverity

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Toast severity — drives accent color and ARIA live-region role.

public enum ToastSeverity

Fields

Error = 3

Error toast — rendered with role="alert" aria-live="assertive".

Info = 0

Informational toast.

Success = 1

Success toast.

Warning = 2

Warning toast.