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