Home > @jsplumbtoolkit/browser-ui-copy-paste > BrowserUIClipboard
BrowserUIClipboard class
A clipboard to use with a Surface widget, offering methods to copy data and to paste it.
Signature:
export declare class BrowserUIClipboard extends Clipboard
Extends: Clipboard
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(surface) | Constructs a new instance of the BrowserUIClipboard class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| transformer | EdgeGeometryTransformer |
Methods
| Method | Modifiers | Description |
|---|---|---|
| paste(options) | Paste the clipboard's most recent entry, optionally removing it from the clipboard afterwards. |