quickshell-web/modules_old/Quickshell.Service.SystemTray/SystemTrayMenuWatcher.json

33 lines
813 B
JSON
Raw Normal View History

2024-09-27 23:35:19 +00:00
{
"type": "class",
"super": {
"type": "qt",
"module": "qml.QtQml",
"name": "QtObject"
},
"description": "Accessor for SystemTrayItem menus.",
"details": "SystemTrayMenuWatcher provides access to the associated\n[DBusMenuItem](../../quickshell.dbusmenu/dbusmenuitem) for a tray item.\n",
"properties": {
"trayItem": {
"type": {
"type": "unknown",
"module": "",
"name": ""
},
"details": "The tray item to watch.\n"
},
"menu": {
"type": {
"type": "unknown",
"module": "",
"name": ""
},
"details": "The menu associated with the tray item. Will be null if `trayItem` is null\nor has no associated menu.\n",
"flags": [
"readonly"
]
}
},
"functions": [],
"signals": {}
}