Commit 2c34b3c8 authored by WittBulter's avatar WittBulter Committed by 杨奕

Notification: improve position attr (en-US)

parent 4403fdc2
......@@ -409,6 +409,7 @@ In this case you should call `Notification(options)`. We have also registered me
| iconClass | custom icon's class. It will be overridden by `type` | string | — | — |
| customClass | custom class name for Notification | string | — | — |
| duration | duration before close. It will not automatically close if set 0 | number | — | 4500 |
| position | custom position | string | top-right/top-left/bottom-right/bottom-left | top-right |
| showClose | whether to show a close button | boolean | — | true |
| onClose | callback function when closed | function | — | — |
| onClick | callback function when notification clicked | function | — | — |
......
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