File tree Expand file tree Collapse file tree 2 files changed +517
-232
lines changed Expand file tree Collapse file tree 2 files changed +517
-232
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,10 @@ $ yarn add @vue-flow/core
37
37
38
38
## Usage
39
39
40
- In Vue Flow, an application structure consists
41
- of [ <span class =" font-bold " >nodes</span >] ( /typedocs/interfaces/Node )
42
- and [ <span class =" font-bold " >edges</span >] ( /typedocs/types/Edge ) , all of which are categorised as
43
- [ <span class =" font-bold " >elements</span >] ( /typedocs/types/Elements ) .
40
+ In Vue Flow, an application structure consists of [ ** nodes** ] ( /typedocs/interfaces/Node )
41
+ and [ ** edges** ] ( /typedocs/types/Edge ) , all of which are categorised as [ ** elements** ] ( /typedocs/types/Elements ) .
44
42
45
- < span class = " font-bold " > Each element requires a unique id.</ span >
43
+ ** Each element requires a unique id.**
46
44
47
45
Nodes additionally need an [ XY-position] ( /typedocs/interfaces/XYPosition ) , while edges require a source and a
48
46
target, both represented by node ids.
You can’t perform that action at this time.
0 commit comments