Skip to content
Version 2.11.0
↓ Get the launcher

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; }