NotificationStatus

Notification statuses are designed to convey the emotional tone of the information being communicated. Each status is associated with a specific color and icon, ensuring a consistent and universal user experience.

(From Notification documentation)

Entries

Link copied to clipboard

Usage: Provide additional information to users that may not be tied to their current action or task.

Link copied to clipboard

Usage: Confirm a task was completed as expected.

Link copied to clipboard

Usage: Inform users that they are taking actions that are not desirable or might have unexpected results.

Link copied to clipboard

Inform users of an error or critical failure and optionally block the user from proceeding until the issue has been resolved.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.