PwNodeLinkTracker: QtObject

import Quickshell.Services.Pipewire

Tracks all link connections to a given node.

Properties

Property Details

[readonly]

linkGroups: list<PwLinkGroup>

Link groups connected to the given node.

If the node is a sink, links which target the node will be tracked. If the node is a source, links which source the node will be tracked.

node: PwNode

The node to track connections to.