(hidden: Set<string>)
| 1631 | } |
| 1632 | |
| 1633 | setHiddenLinkTypes(hidden: Set<string>): void { |
| 1634 | this.hiddenLinkTypes = hidden; |
| 1635 | this.redrawAllEdges(); |
| 1636 | } |
| 1637 | |
| 1638 | // ─── Community wayfinder labels (Fix #32) ────────────────────────── |
| 1639 |
no test coverage detected