mirror of
https://github.com/konvajs/konva.git
synced 2026-01-24 13:57:25 +08:00
add pointer id type
This commit is contained in:
@@ -118,6 +118,7 @@ export interface KonvaEventObject<EventType> {
|
||||
type: string;
|
||||
target: Shape | Stage;
|
||||
evt: EventType;
|
||||
pointerId: number;
|
||||
currentTarget: Node;
|
||||
cancelBubble: boolean;
|
||||
child?: Node;
|
||||
|
||||
Reference in New Issue
Block a user