feat: countdown结束事件名称
parent
200f9204e9
commit
1b16a4321d
|
@ -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 | - |
|
||||||
|
|
|
@ -26,4 +26,4 @@
|
||||||
#### Statistic.Countdown事件
|
#### Statistic.Countdown事件
|
||||||
| 事件名称 | 说明 | 回调参数 |
|
| 事件名称 | 说明 | 回调参数 |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| onFinish | 倒计时完成时触发 | () => void |
|
| finish | 倒计时完成时触发 | () => void |
|
||||||
|
|
Loading…
Reference in New Issue