add pointer id type

This commit is contained in:
Anton Lavrenov
2023-04-15 20:26:22 -05:00
parent f0e18b0907
commit f57b60fe90

View File

@@ -118,6 +118,7 @@ export interface KonvaEventObject<EventType> {
type: string;
target: Shape | Stage;
evt: EventType;
pointerId: number;
currentTarget: Node;
cancelBubble: boolean;
child?: Node;