Skip to main content

CopyToClipboardCmd

Classes

CopyToClipboardCmd

The command to copy the selected text to the clipboard.

Implements

Constructors

Constructor
new CopyToClipboardCmd(textManager, clipboard): CopyToClipboardCmd;
Parameters
ParameterType
textManagerITextManager
clipboardIClipboard
Returns

CopyToClipboardCmd

Methods

execute()
execute(): boolean;

Executes the command.

Returns

boolean

true if changes were made, false otherwise.

Implementation of

ICommand.execute

Was this page helpful?