docs(edges): add custom info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user