Add pipe labels
Test / Run tests (push) Successful in 13s

This commit is contained in:
2026-08-07 12:30:11 +02:00
parent 96bb51807d
commit dbcf807154
6 changed files with 40 additions and 17 deletions
@@ -6,6 +6,7 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
public INode Start { get; }
public INode End { get; }
public string? Label { get; }
public bool IsTwoWay { get; }
public bool Orientation { get; }
public Brush? Highlight { get; set; }