Class SendSequencePropertiesV2
Represents the configuration for the SendSequence action, which simulates a sequence of user actions like mouse movements and clicks. This class also supports showing a notification overlay during action execution and has capabilities for recording macros. For more information, see Send Text Action Documentation.
Inheritance
Implements
Inherited Members
Namespace: EyeAuras.Roxy.Actions.SendSequence
Assembly: EyeAuras.Roxy.dll
Syntax
public record SendSequencePropertiesV2 : SendInputPropertiesBase, IEquatable<AuraPropertiesBase>, IEquatable<AuraActionPropertiesBase>, IAuraActionProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<SendInputPropertiesBase>, IEquatable<SendSequencePropertiesV2>
Constructors
Name | Description |
---|---|
SendSequencePropertiesV2() | |
SendSequencePropertiesV2(SendSequencePropertiesV2) |
Properties
Name | Description |
---|---|
EnableKeyboardRecording | Gets or sets a value indicating whether keyboard input recording is enabled. |
EnableMouseClicksRecording | Gets or sets a value indicating whether recording of mouse clicks is enabled when recording a macro. |
EqualityContract | |
Items | Gets or sets the array of items representing individual steps in the action sequence. |
MousePositionRecording | Gets or sets the type of recording for mouse position. |
MousePositionRecordingResolution | Gets or sets the resolution for mouse position recording. |
ShowNotification | Gets or sets a value indicating whether a notification should be shown when the macro is playing. |
StopMacroHotkey | Gets or sets the hotkey gesture to toggle the stopping of the macro when recording a macro. |
UseStandardKeyUpKeyDownDelays | Gets or sets a value indicating whether to use standard key up and key down delays in the sequence. |
Version |
Methods
Name | Description |
---|---|
Equals(SendInputPropertiesBase?) | |
Equals(SendSequencePropertiesV2?) | |
Equals(object?) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() | |
<Clone>$() |
Operators
Name | Description |
---|---|
operator ==(SendSequencePropertiesV2?, SendSequencePropertiesV2?) | |
operator !=(SendSequencePropertiesV2?, SendSequencePropertiesV2?) |