Skip to content
Version 2.11.0
↓ Get the launcher

ValueRowWidget record

Key/value row child widget for a PanelSpec; value is re-pulled each refresh.

public record ValueRowWidget : IEquatable<PanelWidget>
name description
ValueRowWidget(…) Key/value row child widget for a PanelSpec; value is re-pulled each refresh.
Key { get; set; } Static label displayed on the left.
Value { get; set; } Dynamic value factory displayed on the right; re-pulled each refresh.