Table of Contents

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 = 3

Blocking error the user must address.

Info = 0

Neutral informational message.

Success = 1

Confirmation of a successful action.

Warning = 2

Non-blocking warning the user should review.