提交 67c1d0ba 编写于 作者: X xuyong

Fix incorrect description

Signed-off-by: Nxuyong <xuyong59@huawei.com>
上级 594ce01d
......@@ -79,7 +79,7 @@ hiSysEvent.write({
## hiSysEvent.write
write(info: SysEventInfo): Promise&lt;void&gt
write(info: SysEventInfo): Promise&lt;void&gt;
系统事件打点方法,接收[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.
先完成此消息的编辑!
想要评论请 注册