LocationConnectionView
One outbound connection from a LocationView — destination + visibility expression.
public sealed class LocationConnectionView
Inheritance System.Object → LocationConnectionView
Properties
To
Uuid of the destination location.
public string To { get; }
Property Value
VisibleWhen
Expression that must evaluate true for the connection to appear. Null/empty = always visible.
public string? VisibleWhen { get; }