Represents a preview helper command envelope read from the lightweight JSON-line transport.
public sealed record AxsgPreviewHostCommandEnvelope(string Command, string? RequestId, JsonElement Payload) : IEquatable<AxsgPreviewHostCommandEnvelope>
kind:method, kind:property, kind:ctor. Press Esc to clear.AxsgPreviewHostCommandEnvelope(String, String?, JsonElement)Represents a preview helper command envelope read from the lightweight JSON-line transport.