mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Add item property to MenuUIParams in JQueryUI
The ui parameter that is returned to the caller in jQueryUI menu events (e.g. select) has an optional property named item, but it was not included in this type file.
This commit is contained in:
Vendored
+1
@@ -507,6 +507,7 @@ declare module JQueryUI {
|
||||
}
|
||||
|
||||
interface MenuUIParams {
|
||||
item?: JQuery;
|
||||
}
|
||||
|
||||
interface MenuEvent {
|
||||
|
||||
Reference in New Issue
Block a user