feat: countdown结束事件名称

pull/802/head
mingyan.yu 2019-05-28 09:08:26 +08:00
parent 200f9204e9
commit 1b16a4321d
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@
#### Statistic.Countdown Events #### Statistic.Countdown Events
| Events Name | Description | Arguments | | Events Name | Description | Arguments |
| --- | --- | --- | | --- | --- | --- |
| onFinish | Trigger when time's up | () => void | - | | finish | Trigger when time's up | () => void | - |

View File

@ -26,4 +26,4 @@
#### Statistic.Countdown事件 #### Statistic.Countdown事件
| 事件名称 | 说明 | 回调参数 | | 事件名称 | 说明 | 回调参数 |
| --- | --- | --- | | --- | --- | --- |
| onFinish | 倒计时完成时触发 | () => void | | finish | 倒计时完成时触发 | () => void |