mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
github-electron: Add missing menu item option 'role'
This commit is contained in:
4
github-electron/github-electron.d.ts
vendored
4
github-electron/github-electron.d.ts
vendored
@@ -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