From 3c7addd87b0fa07455b3af48e9a6cd3d60835e78 Mon Sep 17 00:00:00 2001 From: Alexandre Mouillard Date: Sun, 16 Apr 2017 11:33:17 +0200 Subject: [PATCH] Notification: add onClick handler documentation --- examples/docs/en-US/notification.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/docs/en-US/notification.md b/examples/docs/en-US/notification.md index a1fce63af..ca5034264 100644 --- a/examples/docs/en-US/notification.md +++ b/examples/docs/en-US/notification.md @@ -231,6 +231,7 @@ In this case you should call `Notification(options)`. We have also registered me | customClass | custom class name for Notification | string | — | — | | duration | duration before close. It will not automatically close if set 0 | number | — | 4500 | | onClose | callback function when closed | function | — | — | +| onClick | callback function when notification clicked | function | — | — | | offset | offset from the top edge of the screen. Every Notification instance of the same moment should have the same offset | number | — | 0 | ### Methods