未验证 提交 ea030a71 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-component-id.md.

Signed-off-by: NLiAn <lian15@huawei.com>
Signed-off-by: NLiAn <lian15@huawei.com>
上级 f66129ce
......@@ -23,6 +23,8 @@ getInspectorByKey(id: string): string
获取指定id的组件的所有属性,不包括子组件信息。
此接口仅用于对应用的测试。
**参数:**
| 参数 | 类型 | 必填 | 描述 |
......@@ -41,6 +43,8 @@ getInspectorTree(): string
获取组件树及组件属性。
此接口仅用于对应用的测试。
**返回值:**
| 类型 | 描述 |
......@@ -53,6 +57,8 @@ sendEventByKey(id: string, action: number, params: string): boolean
给指定id的组件发送事件。
此接口仅用于对应用的测试。
**参数:**
| 参数 | 类型 | 必填 | 描述 |
......@@ -73,6 +79,8 @@ sendTouchEvent(event: TouchObject): boolean
发送触摸事件。
此接口仅用于对应用的测试。
**参数:**
| 参数 | 类型 | 必填 | 描述 |
......@@ -91,6 +99,8 @@ sendKeyEvent(event: KeyEvent): boolean
发送按键事件。
此接口仅用于对应用的测试。
**参数:**
| 参数 | 类型 | 必填 | 描述 |
......@@ -109,6 +119,8 @@ sendMouseEvent(event: MouseEvent): boolean
发送鼠标事件。
此接口仅用于对应用的测试。
**参数:**
| 参数 | 类型 | 必填 | 描述 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册