InteractionObservedEvent
Interaction event observed from the REPL runtime.
- Kind:
Class - Namespace: Repl.Testing
- Assembly:
Repl.Testing - Source: src/Repl.Testing/InteractionObservedEvent.cs
Signature
Section titled “Signature”public sealed record InteractionObservedEvent : CommandEvent, IEquatable<CommandEvent>, IEquatable<InteractionObservedEvent>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<CommandEvent>IEquatable<InteractionObservedEvent>
Constructors
Section titled “Constructors”InteractionObservedEvent(ReplInteractionEvent)
Section titled “InteractionObservedEvent(ReplInteractionEvent)”Interaction event observed from the REPL runtime.
public InteractionObservedEvent(ReplInteractionEvent Interaction)Parameters
Section titled “Parameters”Interaction(ReplInteractionEvent)
Properties
Section titled “Properties”Interaction
Section titled “Interaction”public ReplInteractionEvent Interaction { get; init; }