feat(connectionline): add step and smoothstep types
This commit is contained in:
+3
-1
@@ -167,8 +167,10 @@ export interface Connection {
|
||||
}
|
||||
|
||||
export enum ConnectionLineType {
|
||||
Bezier = 'bezier',
|
||||
Bezier = 'default',
|
||||
Straight = 'straight',
|
||||
Step = 'step',
|
||||
SmoothStep = 'smoothstep',
|
||||
}
|
||||
|
||||
export type OnConnectFunc = (connection: Connection) => void;
|
||||
|
||||
Reference in New Issue
Block a user