Class SendTextProperties
Properties of the action that can send arbitrary text using either copy-pasting or by manually typing it For more information, see Send Text Action Documentation.
Inheritance
SendTextProperties
Implements
Inherited Members
Namespace: EyeAuras.Roxy.Actions.SendText
Assembly: EyeAuras.Roxy.dll
Syntax
public sealed record SendTextProperties : SendInputPropertiesBase, IEquatable<AuraPropertiesBase>, IEquatable<AuraActionPropertiesBase>, IAuraActionProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<SendInputPropertiesBase>, IEquatable<SendTextProperties>
Constructors
| Name | Description |
|---|---|
| SendTextProperties() |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| LayoutName | The name of the keyboard layout to switch to before sending inputs. If set, the keyboard layout is switched to this specified layout. |
| Method | Gets or sets the method used for sending the text. |
| TextToSend | Gets or sets the text to be sent. |
| Version |
Methods
| Name | Description |
|---|---|
| Equals(SendInputPropertiesBase?) | |
| Equals(SendTextProperties?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(SendTextProperties?, SendTextProperties?) | |
| operator !=(SendTextProperties?, SendTextProperties?) |