mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 02:27:53 +08:00
add missing types, close #1693
This commit is contained in:
parent
5bf47a384c
commit
813cd4f780
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user