未验证 提交 6922af64 编写于 作者: O openharmony_ci 提交者: Gitee

!5397 Fix some incorrect description.

Merge pull request !5397 from honghecun/master
......@@ -79,7 +79,7 @@ hiSysEvent.write({
## hiSysEvent.write
write(info: SysEventInfo): Promise<void&gt
write(info: SysEventInfo): Promise<void>
系统事件打点方法,接收[SysEventInfo](#syseventinfo)类型的对象作为事件参数,使用promise方式作为异步回调。
......@@ -146,7 +146,7 @@ hiSysEvent.write({
| -------- | -------- | -------- | -------- |
| domain | string | 是 | 事件领域。 |
| name | string | 是 | 事件名称。 |
| tag | string | | 事件标签。 |
| tag | string | | 事件标签。 |
| ruleType | [RuleType](#ruletype) | 是 | 匹配规则类型。 |
## Watcher
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册