CadEditorContextSnapshot Class

Definition

public sealed record CadEditorContextSnapshot(CadDocumentSessionId SessionId, string Prompt, string? ActiveCommand, bool IsCommandActive, bool CanStartCommands, int UndoDepth, int RedoDepth, string? ParameterHelp = null, string? LastMessage = null, int ActiveParameterIndex = 0, int CompletionCount = 0) : IEquatable<CadEditorContextSnapshot>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (11)