Class CopyToClipboardCmd
The command to copy the selected text to the clipboard.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(_textManager, _clipboard)
Constructs a new instance of the CopyToClipboardCmd
class
Declaration
constructor(_textManager: ITextManager, _clipboard: IClipboard);
Parameters
Type | Name | Description |
---|---|---|
ITextManager | _textManager | |
IClipboard | _clipboard |
Methods
execute()
Declaration
execute(): boolean;
Returns
Type | Description |
---|---|
boolean |