ShowNotification
Export to use normal notification server-side| Params | Types | Examples | Optional |
|---|---|---|---|
| source | integer | 1 | |
| notificationType | string | infos, success, warning, error | |
| message | string | ||
| duration | integer | 3000 (3 seconds) | |
| title | string | ✓ | |
| icon | string | circle-x *lucide icons | ✓ |
AdvancedShowNotification
Export to use advanced notification server-side| Params | Types | Examples | Optional |
|---|---|---|---|
| source | integer | 1 | |
| notificationType | string | infos, success, warning, error | |
| message | string | ||
| duration | integer | 3000 (3 seconds) | |
| title | string | ||
| subtitle | string | ||
| charIcon | string | char_abigail |