SelectableElement.OnHover property
Optional — fires with true when the pointer enters the row and false when it leaves (ticker-driven; never fires in the static sandbox). Use for hover-preview panes. Added as an init property, NOT a ctor param, so the record’s primary constructor stays binary-compatible with existing plugins.
public Action<bool>? OnHover { get; set; }See Also
Section titled “See Also”- record SelectableElement
- namespace Stellar.Abstractions.Services