Skip to content

Commit bd0eb7a

Browse files
committed
Link to docs for full list of event properties
1 parent 297ca84 commit bd0eb7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sections/menus/menus.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ <h2>ProTip</h2>
5353
<p>A context, or right-click, menu can be created with the <code>menu</code> and <code>menuitem</code> modules as well. You can right-click anywhere in this app or click the demo button to see an example context menu.</p>
5454

5555
<p>In this demo we use the <code>ipcRenderer</code> module to show the context menu when explicitly calling it from the renderer process.</p>
56+
<p>See the full <a href="http://electron.atom.io/docs/api/web-contents/#event-context-menu">context-menu event documentation</a> for all the available properties.</p>
5657
<h5>Main Process</h5>
5758
<pre><code data-path="main-process/menus/context-menu.js"></pre></code>
5859
<h5>Renderer Process</h5>

0 commit comments

Comments
 (0)