Variable NotificationTypeConst
NotificationType: {
Default: "default";
Error: "error";
Info: "info";
Success: "success";
Warning: "warning";
}
Type declaration
Readonly
Default: "default"
Readonly
Error: "error"
Readonly
Info: "info"
Readonly
Success: "success"
Readonly
Warning: "warning"
Indicates the type of notification.