提交 500d409d 编写于 作者: J jiao_yanlin

Modify the parameter description of on ('markreach')

Signed-off-by: Njiao_yanlin <jiaoyanlin@huawei.com>
上级 e48fdf67
...@@ -3880,7 +3880,7 @@ on(type: 'markReach', frame: number, callback: (position: number) => {}): void ...@@ -3880,7 +3880,7 @@ on(type: 'markReach', frame: number, callback: (position: number) => {}): void
| :------- | :---------------------- | :--- | :----------------------------------------- | | :------- | :---------------------- | :--- | :----------------------------------------- |
| type | string | 是 | 事件回调类型,支持的事件为:'markReach'。 | | type | string | 是 | 事件回调类型,支持的事件为:'markReach'。 |
| frame | number | 是 | 触发事件的帧数。 该值必须大于0。 | | frame | number | 是 | 触发事件的帧数。 该值必须大于0。 |
| callback | position: number) => {} | 是 | 使用callback方式异步返回被触发事件的回调。 | | callback | (position: number) => {} | 是 | 使用callback方式异步返回被触发事件的回调。 |
**示例:** **示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册