ReplPromptEvent
Semantic prompt event.
- Kind:
Class - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/ReplPromptEvent.cs
Signature
Section titled “Signature”public sealed record ReplPromptEvent : ReplInteractionEvent, IEquatable<ReplInteractionEvent>, IEquatable<ReplPromptEvent>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplInteractionEvent>IEquatable<ReplPromptEvent>
Constructors
Section titled “Constructors”ReplPromptEvent(string, string, string)
Section titled “ReplPromptEvent(string, string, string)”Semantic prompt event.
public ReplPromptEvent(string Name, string PromptText, string Kind)Parameters
Section titled “Parameters”Properties
Section titled “Properties”public string Kind { get; init; }Returns
Section titled “Returns”public string Name { get; init; }Returns
Section titled “Returns”PromptText
Section titled “PromptText”public string PromptText { get; init; }