{ "name": "PwLinkGroup", "module": "Quickshell.Services.Pipewire", "type": "class", "super": { "type": "qt", "module": "qml.QtQml", "name": "QtObject" }, "description": "A group of connections between pipewire nodes.", "details": "A group of connections between pipewire nodes, one per source->target pair.\n", "flags": [ "uncreatable" ], "properties": { "target": { "type": { "type": "local", "module": "Quickshell.Services.Pipewire", "name": "PwNode" }, "details": "The node that is *receiving* information. (the sink)\n", "flags": [ "readonly" ] }, "source": { "type": { "type": "local", "module": "Quickshell.Services.Pipewire", "name": "PwNode" }, "details": "The node that is *sending* information. (the source)\n", "flags": [ "readonly" ] }, "state": { "type": { "type": "local", "module": "Quickshell.Services.Pipewire", "name": "PwLinkState" }, "details": "The current state of the link group.\n\n> [!WARNING] This property is invalid unless the node is [bound](../pwobjecttracker).\n", "flags": [ "readonly" ] } }, "functions": [], "signals": {}, "variants": {} }