ToggleElement record
Two-way toggle. Get reflects external state (poll-diffed); a click calls Set with the new value.
public record ToggleElement : IEquatable<HudElement>Public Members
Section titled “Public Members”| name | description |
|---|---|
| ToggleElement(…) | Two-way toggle. Get reflects external state (poll-diffed); a click calls Set with the new value. |
| Enabled { get; set; } | |
| Get { get; set; } | |
| Label { get; set; } | |
| Set { get; set; } |
See Also
Section titled “See Also”- record HudElement
- namespace Stellar.Abstractions.Services