forked from xmindltd/xmind-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
edge.graphic.txt
21 lines (17 loc) · 1.24 KB
/
edge.graphic.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
`edge` Graphic Example:
|--------------------------------------------------------------------------------------|
| |
| |
| main topic 1 - ... subtopics \ |
| \ |
| main topic 2 - ... subtopics \ |
| Summary Description |
| `subtopic 1` / |
| / / |
| main topic 3 - `subtopic 2` / |
| |
| |
|--------------------------------------------------------------------------------------|
Implementation code:
topic.on('main topic 1');
topic.summary({edge: 'main topic 3'});