Interface ISendTextAction
Action that can send arbitrary text using either copy-pasting or by manually typing it For more information, see Send Text Action Documentation.
Inherited Members
Namespace: EyeAuras.Roxy.Actions.SendText
Assembly: EyeAuras.Roxy.dll
Syntax
public interface ISendTextAction : ISendInputActionBase, IAuraAction, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription
Properties
Name | Description |
---|---|
KeyboardLayout | Gets or sets the keyboard layout for the input action. |
KeyboardLayoutMode | Gets or sets the method use to determine correct keyboard layout |
Method | Gets or sets the method used for sending the text. |
TextToSend | Gets or sets the text to be sent. |