added dragDistance member to NodeConfig interface

This commit is contained in:
Thomas Röggla
2017-09-28 11:58:58 +01:00
parent a73a544086
commit 3027495076

1
konva.d.ts vendored
View File

@@ -84,6 +84,7 @@ declare module Konva {
offsetX?: number;
offsetY?: number;
draggable?: boolean;
dragDistance?: number;
dragBoundFunc?: Function;
}