Search
Loading...
Skip to content

Type Alias: NotificationType

type NotificationType = "success" | "error" | "info" | "warning" | "loading";

Represents the type of notification.

The NotificationType enum defines the various types of notifications that can be displayed within the Creative Editor SDK. Each type corresponds to a different visual style and behavior, allowing for flexibility in how notifications are presented to users.