{ "name": "PwLink", "module": "Quickshell.Services.Pipewire", "type": "class", "super": { "type": "qt", "module": "qml.QtQml", "name": "QtObject" }, "description": "A connection between pipewire nodes.", "details": "Note that there is one link per *channel* of a connection between nodes.\nYou usually want TYPE99MQS_Quickshell_Services_Pipewire99NPwLinkGroup99TYPE.\n", "flags": [ "uncreatable" ], "properties": { "state": { "type": { "type": "local", "module": "Quickshell.Services.Pipewire", "name": "PwLinkState" }, "details": "The current state of the link.\n\n> [!WARNING] This property is invalid unless the node is [bound](../pwobjecttracker).\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" ] }, "id": { "type": { "type": "qt", "module": "qml", "name": "int" }, "details": "The pipewire object id of the link.\n\nMainly useful for debugging. you can inspect the link directly\nwith `pw-cli i `.\n", "flags": [ "readonly" ] }, "target": { "type": { "type": "local", "module": "Quickshell.Services.Pipewire", "name": "PwNode" }, "details": "The node that is *receiving* information. (the sink)\n", "flags": [ "readonly" ] } }, "functions": [], "signals": {}, "variants": {} }