feat(props): add onConnectEnd function #451
This commit is contained in:
@@ -211,6 +211,7 @@ export type OnConnectStartParams = {
|
||||
};
|
||||
export type OnConnectStartFunc = (event: ReactMouseEvent, params: OnConnectStartParams) => void;
|
||||
export type OnConnectStopFunc = (event: MouseEvent) => void;
|
||||
export type OnConnectEndFunc = (event: MouseEvent) => void;
|
||||
|
||||
export type SetConnectionId = {
|
||||
connectionNodeId: ElementId | null;
|
||||
|
||||
Reference in New Issue
Block a user