-
Home
-
API
-
ProCad.Editing.Controllers
-
CadEditorContextSnapshot
CadEditorContextSnapshot Class
Definition
Show inherited members (7)
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)
CadEditorContextSnapshot(CadDocumentSessionId, String, String?, Boolean, Boolean, Int32, Int32, String?, String?, Int32, Int32)
Properties (11)