mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
github-electron: Add missing menu item option 'role'
This commit is contained in:
Vendored
+4
@@ -880,6 +880,10 @@ declare module GitHubElectron {
|
||||
* a given menu.
|
||||
*/
|
||||
position?: string;
|
||||
/**
|
||||
* Define the action of the menu item, when specified the click property will be ignored
|
||||
*/
|
||||
role?: string;
|
||||
}
|
||||
|
||||
class BrowserWindowProxy {
|
||||
|
||||
Reference in New Issue
Block a user