mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 16:53:06 +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