{ "name": "NotificationCloseReason", "module": "Quickshell.Services.Notifications", "type": "class", "super": { "type": "qt", "module": "qml.QtQml", "name": "QtObject" }, "description": "The reason a Notification was closed.", "details": "See TYPE99MQS_Quickshell_Services_Notifications99NNotification99Vclosed99Tsignal99TYPE.\n", "flags": [ "enum" ], "properties": {}, "functions": [ { "ret": { "type": "qt", "module": "qml", "name": "string" }, "name": "toString", "id": "toString", "details": null, "params": [ { "name": "value", "type": { "type": "local", "module": "Quickshell.Services.Notifications", "name": "NotificationCloseReason" } } ] } ], "signals": {}, "variants": { "CloseRequested": { "details": "The remote application requested the notification be removed.\n" }, "Expired": { "details": "The notification expired due to a timeout.\n" }, "Dismissed": { "details": "The notification was explicitly dismissed by the user.\n" } } }