docs(edges): add custom info

This commit is contained in:
moklick
2020-08-12 10:11:33 +02:00
parent a03585d415
commit d769a2bbf7
2 changed files with 109 additions and 134 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ If you wanted to display this edge, you would need a node with id = 1 (source no
- `id`: string *(required)*
- `source`: string (an id of a node) *(required)*
- `target`: string (an id of a node) *(required)*
- `type`: 'default' (bezier), 'straight', 'step' and 'smoothedge'
- `type`: 'default' (bezier), 'straight', 'step' and 'smoothedge' or a custom one depending on your implementation
- `animated`: boolean
- `style`: css properties for the edge line path
- `className`: additional class name