feat(core): add updatable prop to Edge types
This commit is contained in:
@@ -36,8 +36,11 @@ type DefaultEdge<T = any> = {
|
||||
ariaLabel?: string;
|
||||
interactionWidth?: number;
|
||||
focusable?: boolean;
|
||||
updatable?: EdgeUpdatable;
|
||||
} & EdgeLabelOptions;
|
||||
|
||||
export type EdgeUpdatable = boolean | 'target' | 'source';
|
||||
|
||||
export type SmoothStepPathOptions = {
|
||||
offset?: number;
|
||||
borderRadius?: number;
|
||||
|
||||
Reference in New Issue
Block a user