IEntityContextMenu.Register method
Register a menu item. isVisible gates per-entity (null = always visible); onClick fires with the row’s entity. Dispose the return value to unregister.
public IDisposable Register(string label, Func<EntityId, bool>? isVisible, Action<EntityId> onClick)See Also
Section titled “See Also”- struct EntityId
- interface IEntityContextMenu
- namespace Stellar.Abstractions.Services