Pastes diagram items from the clipboard.
Namespace: MindFusion.Diagramming
Package: Diagram.js
JavaScript Copy Code |
---|
function pasteFromClipboard (offsetX, offsetY, [systemClipboard, [unconnectedLinks]]) |
Horizontal offset of pasted items from their original positions.
Vertical offset of pasted items from their original positions.
true to paste from the system clipboard, or false otherwise. The default value is false.
true to allow pasting arrows whose origin or destination node has not been copied; otherwise, false. The default value is false.