feat(edges): add selectable option to edges

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent 69dc45c3be
commit e91188de5c
4 changed files with 33 additions and 39 deletions
+1
View File
@@ -46,6 +46,7 @@ export interface Edge<T = any> extends Element<T> {
markerStart?: EdgeMarkerType
markerEnd?: EdgeMarkerType
updatable?: boolean
selectable?: boolean
}
export interface EdgePositions {