-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclipboard-api-integration.txt
More file actions
20 lines (13 loc) · 1.2 KB
/
clipboard-api-integration.txt
File metadata and controls
20 lines (13 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
source: https://www.jointjs.com/demos/clipboard-api-integration
github: https://raw.githubusercontent.com/clientIO/joint-demos/main/clipboard-api-integration/README.md
generated: 2026-04-29
format: plaintext
---
JointJS+: Clipboard API Integration <a href="https://www.jointjs.com/jointjs-plus"><img src="../jointjs-plus-badge.svg" alt="JointJS+" width="123" align="right" /></a>
Explore our integration with the Clipboard API, which serves as a bridge between JointJS+ and the system clipboard. With this powerful API, demonstrated in the demo below, you can copy and paste diagram data between different native and web applications. Note that you can copy diagram content in two different formats: a "web application/join" type that can be used in another application that supports JointJS data, and a "text/plain" type, which is a textual representation of diagram data that can be pasted into any OS environment (such as your notepad application). In addition, you can copy and paste generic text and images from the OS clipboard - such objects will be inserted into the diagram as corresponding elements.
This demo is also available online at jointjs.com.
Available Versions
JavaScript
Screenshot
!screenshot