feat(edges): allow markers to have unique id
* fix overwriting by spreading marker def Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,7 @@ export enum MarkerType {
|
||||
}
|
||||
|
||||
export interface EdgeMarker {
|
||||
id?: string
|
||||
type: MarkerType
|
||||
color?: string
|
||||
width?: number
|
||||
|
||||
Reference in New Issue
Block a user