cancelable brig timers (#26557)
brig timers now cancelable. also some screensystem yakshave
This commit is contained in:
@@ -23,6 +23,12 @@ public sealed partial class SignalTimerComponent : Component
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public string Label = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Default max width of a label (how many letters can this render?)
|
||||
/// </summary>
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public int MaxLength = 5;
|
||||
|
||||
/// <summary>
|
||||
/// The port that gets signaled when the timer triggers.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user