mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
y required if x exists
This commit is contained in:
@@ -211,7 +211,7 @@ will become properties of the constructed menu items.
|
||||
|
||||
* `browserWindow` BrowserWindow
|
||||
* `x` Number (optional)
|
||||
* `y` Number (optional)
|
||||
* `y` Number (**required** if `x` is used)
|
||||
|
||||
Pops up this menu as a context menu in the `browserWindow`. You
|
||||
can optionally provide a `x,y` coordinate to place the menu at, otherwise it
|
||||
|
||||
Reference in New Issue
Block a user