ClearScreenRequest
Requests a terminal screen clear.
- Kind:
Class - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/ClearScreenRequest.cs
Signature
Section titled “Signature”public sealed record ClearScreenRequest : InteractionRequest<bool>, IEquatable<InteractionRequest>, IEquatable<InteractionRequest<bool>>, IEquatable<ClearScreenRequest>Inheritance
Section titled “Inheritance”- object
- InteractionRequest
InteractionRequest<bool>
Implements
Section titled “Implements”IEquatable<InteractionRequest>IEquatable<InteractionRequest<bool>>IEquatable<ClearScreenRequest>
Constructors
Section titled “Constructors”ClearScreenRequest()
Section titled “ClearScreenRequest()”Requests a terminal screen clear.
public ClearScreenRequest()