ValueRowWidget record
Key/value row child widget for a PanelSpec; value is re-pulled each refresh.
public record ValueRowWidget : IEquatable<PanelWidget>Public Members
Section titled “Public Members”| 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. |
See Also
Section titled “See Also”- record PanelWidget
- namespace Stellar.Abstractions.Services