Exports / Events

exports['savoy_notify']:Notify(type, title, text, time)

Supported Types

  • success

  • error

  • warning

  • information / info / primary

Parameters

  • type: Notification type (required)

  • title: Notification title (optional - uses default if empty)

  • description: Notification message (required)

  • time: Duration in milliseconds (optional - default: 5000)

Last updated