A single-line record type in the editor namespace that defines StateHasChangedAction inheriting from Action. It is likely used as a marker/POCO action to signal a UI state refresh in the Razor designer wiring system.
namespace Grains.RazorDesigner.Wiring; public sealed record StateHasChangedAction : Action;