From ee783a13ad7553855f3789dc743d75ad08a01685 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Thu, 5 Nov 2015 18:49:34 -0600 Subject: [PATCH] docs: Add Tray drag-entered and drag-exited events --- docs/api/tray.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/api/tray.md b/docs/api/tray.md index 528705acb325..5d187fc5b88c 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -119,6 +119,14 @@ closes it. Emitted when dragged files are dropped in the tray icon. +### Event: 'drag-entered' _OS X_ + +Emitted when a drag operation enters the tray icon. + +### Event: 'drag-exited' _OS X_ + +Emitted when a drag operation exits the tray icon. + ## Methods The `Tray` module has the following methods: