CadPromptState Class

Definition

public sealed record CadPromptState(string Prompt, string? ActiveCommand, bool IsActive, int ActiveParameterIndex, string? ParameterHelp, IReadOnlyList<CadCommandCompletionItem> Completions, string? LastMessage) : IEquatable<CadPromptState>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Fields (1)

Properties (7)