MCPcopy
hub / github.com/konvajs/konva / KonvaEventObject

Interface KonvaEventObject

src/Node.ts:211–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209};
210
211export interface KonvaEventObject<EventType, This = Node> {
212 type: string;
213 target: Shape | Stage;
214 evt: EventType;
215 pointerId: number;
216 currentTarget: This;
217 cancelBubble: boolean;
218 child?: Node;
219}
220
221export type KonvaEventListener<This, EventType> = (
222 this: This,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…