{ "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 [PwLinkGroup](../pwlinkgroup).\n", "flags": [ "uncreatable" ], "properties": { "state": { "type": { "type": "local", "module": "Quickshell.Services.PipeWire", "name": "PwLinkState" }, "details": "The current state of the link.\n\n**This property is invalid unless the link is [bound](../pwobjecttracker).**\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" ] }, "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" ] }, "source": { "type": { "type": "local", "module": "Quickshell.Services.PipeWire", "name": "PwNode" }, "details": "The node that is *sending* information. (the source)\n", "flags": [ "readonly" ] } }, "functions": [], "signals": {}, "variants": {} }