ActivityVariableGroupView
Per-emission, public-API view of one StoryBonsai.Runtime.Models.ActivityVariableGroup. Member references are uuids matching Uuid — host UIs (and Complete() itself) bind directly without re-resolving.
public sealed class ActivityVariableGroupView
Inheritance System.Object → ActivityVariableGroupView
Properties
Id
public string Id { get; }
Property Value
MaxSelected
public Nullable<int> MaxSelected { get; }
Property Value
MemberVariableUuids
Member references — raw uuids (matches Uuid). Consumers wanting display names cross-reference against Fields via the uuid.
public IReadOnlyList<string> MemberVariableUuids { get; }
Property Value
System.Collections.Generic.IReadOnlyList<System.String>
MinSelected
public int MinSelected { get; }
Property Value
Uuid
public string Uuid { get; }