From 1a074bb14850604350de072b53354dd216080866 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Sat, 25 Jul 2015 21:16:15 -0700 Subject: [PATCH] Update tray double-click docs * Mention bounds payload --- docs/api/tray.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/api/tray.md b/docs/api/tray.md index 847b0b2cf818..9332822a32a8 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -76,6 +76,13 @@ will be emitted if the tray icon has context menu. Emitted when the tray icon is double clicked. +* `event` +* `bounds` Object - the bounds of tray icon + * `x` Integer + * `y` Integer + * `width` Integer + * `height` Integer + __Note:__ This is only implemented on OS X. ### Event: 'balloon-show'