ReplNoticeEvent
Semantic informational feedback intended for the current user.
- Kind:
Class - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/ReplNoticeEvent.cs
Signature
Section titled “Signature”public sealed record ReplNoticeEvent : ReplInteractionEvent, IEquatable<ReplInteractionEvent>, IEquatable<ReplNoticeEvent>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplInteractionEvent>IEquatable<ReplNoticeEvent>
Constructors
Section titled “Constructors”ReplNoticeEvent(string)
Section titled “ReplNoticeEvent(string)”Semantic informational feedback intended for the current user.
public ReplNoticeEvent(string Text)Parameters
Section titled “Parameters”Text(string)
Properties
Section titled “Properties”public string Text { get; init; }