OudsTagStatus

sealed class OudsTagStatus

The status of an OudsTag. Each status is designed to convey a specific meaning and ensure clarity in communication. It determines the background and the content colors of the tag. It also carries the optional icon to be displayed in the tag: bullet or icon. Depending on the status, this icon can be customizable or be a status dedicated icon.

Inheritors

Types

Link copied to clipboard

Used to draw attention to new features, recommendations, or content suggestions. Invites users to explore and engage with new offerings, creating an exciting and engaging experience. Its icon can be an OudsTagIcon.Bullet, an OudsTagIcon.Custom or null if no icon is needed.

Link copied to clipboard

Conveys informational messages or supplementary details. This functional status is used for neutral, helpful, or contextual information. Its icon can be an OudsTagIcon.Bullet, an OudsTagIcon.Default or null if no icon is needed.

Link copied to clipboard

Represents errors, critical issues, or urgent attention needed. This functional status is used to highlight problems or failed actions. Its icon can be an OudsTagIcon.Bullet, an OudsTagIcon.Default or null if no icon is needed.

Link copied to clipboard

Default or inactive status. Used for standard labels, categories, or when no specific status needs to be communicated. Its icon can be an OudsTagIcon.Bullet, an OudsTagIcon.Custom or null if no icon is needed.

Link copied to clipboard

Indicates success, confirmation, or a positive status. This functional status is commonly used to highlight completed actions or approved items. Its icon can be an OudsTagIcon.Bullet, an OudsTagIcon.Default or null if no icon is needed.

Link copied to clipboard

Signals caution or a potentially risky situation. This functional status is used to draw attention to items requiring user awareness or intervention. Its icon can be an OudsTagIcon.Bullet, an OudsTagIcon.Default or null if no icon is needed.

Properties

Link copied to clipboard

Functions

Link copied to clipboard

The color associated with this status.

Link copied to clipboard

The muted color associated with this status.