Commit 3c7addd8 authored by Alexandre Mouillard's avatar Alexandre Mouillard Committed by 杨奕

Notification: add onClick handler documentation

parent d51f0887
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment