mirror of
https://github.com/konvajs/konva.git
synced 2025-10-08 00:14:23 +08:00
add missing types, close #1693
This commit is contained in:
@@ -42,6 +42,12 @@ export interface TransformerConfig extends ContainerConfig {
|
||||
boundBoxFunc?: (oldBox: Box, newBox: Box) => Box;
|
||||
useSingleNodeRotation?: boolean;
|
||||
shouldOverdrawWholeArea?: boolean;
|
||||
anchorDragBoundFunc?: (
|
||||
oldPos: Vector2d,
|
||||
newPos: Vector2d,
|
||||
evt: any
|
||||
) => Vector2d;
|
||||
anchorStyleFunc?: (anchor: Shape) => void;
|
||||
}
|
||||
|
||||
var EVENTS_NAME = 'tr-konva';
|
||||
|
Reference in New Issue
Block a user