Skip to content

notification

Use notification to show a native notification.

import { notification } from 'miletus';

notification.showNotification('Notification title', 'Notification body');

Note

On Linux and Raspberry Pi OS notify-send is used to show notifications.

Methods

showNotification(title, body)

  • title string - Title of the notification.
  • body string - Body text of the notification.

Shows an OS notification.