NotificationCloseReason: QtObject [enum]

import Quickshell.Services.Notifications

The reason a Notification was closed. More

Variants

Functions

Detailed Description

See [signal] Notification.closed().

Variant Details

CloseRequested

The remote application requested the notification be removed.

Dismissed

The notification was explicitly dismissed by the user.

Expired

The notification expired due to a timeout.

Function Details

string toString(value: NotificationCloseReason)

No details provided.