{ "name": "PwNodeLinkTracker", "module": "Quickshell.Services.Pipewire", "type": "class", "super": { "type": "qt", "module": "qml.QtQml", "name": "QtObject" }, "description": "Tracks all link connections to a given node.", "details": "", "properties": { "linkGroups": { "type": { "type": "qt", "module": "qml", "name": "list", "of": { "type": "local", "module": "Quickshell.Services.Pipewire", "name": "PwLinkGroup" } }, "details": "Link groups connected to the given node.\n\nIf the node is a sink, links which target the node will be tracked.\nIf the node is a source, links which source the node will be tracked.\n", "flags": [ "readonly" ] }, "node": { "type": { "type": "local", "module": "Quickshell.Services.Pipewire", "name": "PwNode" }, "details": "The node to track connections to.\n" } }, "functions": [], "signals": {}, "variants": {} }