IHotkeyAction.PluginId property
Guid of the plugin that declared this action, or null for framework-declared actions (those go straight to the shared hotkey service, not through a per-plugin IHotkeys). Lets the Settings → Hotkeys panel group by real plugin identity instead of guessing it from the id prefix.
public string? PluginId { get; }See Also
Section titled “See Also”- interface IHotkeyAction
- namespace Stellar.Abstractions.Domain