feat(edges): add selectable option to edges
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -46,6 +46,7 @@ export interface Edge<T = any> extends Element<T> {
|
||||
markerStart?: EdgeMarkerType
|
||||
markerEnd?: EdgeMarkerType
|
||||
updatable?: boolean
|
||||
selectable?: boolean
|
||||
}
|
||||
|
||||
export interface EdgePositions {
|
||||
|
||||
Reference in New Issue
Block a user