-
Home
-
API
-
XenoAtom.Terminal.UI.Controls
-
PromptEditorCompletion
-
Constructors
-
PromptEditorCompletion(Boolean, IReadOnlyList?, Int32, Int32, Int32, String?)
PromptEditorCompletion(Boolean, IReadOnlyList?, Int32, Int32, Int32, String?) Constructor
Definition
public PromptEditorCompletion(bool Handled, [Nullable(new byte[] { (byte)2, (byte)1 })] IReadOnlyList<string>? Candidates, int ReplaceStart, int ReplaceLength, int SelectedIndex = 0, string? GhostText = null)
Parameters