refactor(wrapEdge): pass source and target handle ids to edge closes #814
This commit is contained in:
@@ -148,6 +148,8 @@ export interface EdgeProps<T = any> {
|
||||
arrowHeadType?: ArrowHeadType;
|
||||
markerEndId?: string;
|
||||
data?: T;
|
||||
sourceHandleId?: ElementId | null;
|
||||
targetHandleId?: ElementId | null;
|
||||
}
|
||||
export interface EdgeSmoothStepProps<T = any> extends EdgeProps<T> {
|
||||
borderRadius?: number;
|
||||
|
||||
Reference in New Issue
Block a user