Class EditorKeyResult
Result of processing a keyboard input in the editor
public record EditorKeyResult : IEquatable<EditorKeyResult>
- Inheritance
-
EditorKeyResult
- Implements
- Inherited Members
Constructors
EditorKeyResult(EditorAction, string?, MessageType)
Result of processing a keyboard input in the editor
public EditorKeyResult(EditorAction Action, string? Message = null, MessageType MessageType = MessageType.Info)
Parameters
ActionEditorActionMessagestringMessageTypeMessageType
Properties
Action
public EditorAction Action { get; init; }
Property Value
Message
public string? Message { get; init; }
Property Value
MessageType
public MessageType MessageType { get; init; }