Enum BOBBannerSeverity
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Tone of a BOBBanner. Drives the icon, palette accent and screen-reader role.
public enum BOBBannerSeverity
Fields
Error = 3Blocking error the user must address.
Info = 0Neutral informational message.
Success = 1Confirmation of a successful action.
Warning = 2Non-blocking warning the user should review.