Skip to content

ElectronNotification.timeoutType

ElectronNotification › timeoutType

Unofficial

Type: 'default' | 'never'

A string property representing the type of timeout duration for the notification. Can be default or never.

If timeoutType is set to never, the notification never expires. It stays open until closed by the calling API or the user. linux and win32 only.