mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add target property to BaseJQueryEventObject
This commit is contained in:
Vendored
+1
@@ -532,6 +532,7 @@ interface BaseJQueryEventObject extends Event {
|
||||
result: any;
|
||||
stopImmediatePropagation(): void;
|
||||
stopPropagation(): void;
|
||||
target: Element;
|
||||
pageX: number;
|
||||
pageY: number;
|
||||
which: number;
|
||||
|
||||
Reference in New Issue
Block a user