mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
srcUrl in OnClickData based on description from http://dev.opera.com/extensions/contextMenus.html
(link from chrome doc doesn't work https://developer.chrome.com/extensions/contextMenusInternal#type-OnClickData)
This commit is contained in:
Vendored
+1
@@ -294,6 +294,7 @@ declare module chrome.contextMenus {
|
||||
pageUrl: string;
|
||||
linkUrl?: string;
|
||||
parentMenuItemId?: any;
|
||||
srcUrl?: string;
|
||||
}
|
||||
|
||||
interface CreateProperties {
|
||||
|
||||
Reference in New Issue
Block a user