Enum ReportWriter.Context

The information type. Convey meaning through color with a handful of emphasis utility classes.

enum Context : int { ... }

Enum members

NameDescription
_default
active Some important information
danger Something that the user must notice
inactive Less important information
info Something that the user should notice
success
warning Something that the user should be aware of