CopyToClipboardCmd
Classes
CopyToClipboardCmd
The command to copy the selected text to the clipboard.
Implements
Constructors
Constructor
new CopyToClipboardCmd(textManager, clipboard): CopyToClipboardCmd;
Parameters
| Parameter | Type |
|---|---|
textManager | ITextManager |
clipboard | IClipboard |
Returns
Methods
execute()
execute(): boolean;
Executes the command.
Returns
boolean
true if changes were made, false otherwise.