Skip to main content

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

ConstructorModifiersDescription
(constructor)(surface)Constructs a new instance of the BrowserUIClipboard class

Properties

PropertyModifiersTypeDescription
transformerEdgeGeometryTransformer

Methods

MethodModifiersDescription
paste(options)Paste the clipboard's most recent entry, optionally removing it from the clipboard afterwards.