Client
Client Exports
Find the client exports to use our notifications
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Find the client exports to use our notifications
exports["smzi_notify"]:showNotification(notificationType, message, duration, title, icon)
| 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 | ✓ |
exports["smzi_notify"]:showAdvancedNotification(notificationType, message, duration, title, subtitle, charIcon)
| 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 |