Notification
/// tip
Notification is callable — use it like Notification("Text", notificationType, 5.0) without creating an instance.
///
Constructor
Example
Notification("Welcome to HELIX!", NotificationType.Success, 1.5)
| Name | Type | Default | Description |
|---|---|---|---|
text | string | Required | The message to display |
notificationType | NotificationType | NotificationType.Success | The type of notification to display |
timeout | number | 1.0 | The duration of the notification |