NotificationAction: QtObject [uncreatable]

import Quickshell.Services.Notifications

An action associated with a Notification. More

Properties

Functions

Detailed Description

See Notification.actions.

Property Details

[readonly]

identifier: string

The identifier of the action.

When Notification.hasActionIcons is true, this property will be an icon name. When it is false, this property is irrelevant.

[readonly]

text: string

The localized text that should be displayed on a button.

Function Details

void invoke()

Invoke the action. If Notification.resident is false it will be dismissed.