未验证 提交 9e656315 编写于 作者: O openharmony_ci 提交者: Gitee

!7238 补充inspector相关api说明为系统api

Merge pull request !7238 from 李俊峰/systemapi
...@@ -5,7 +5,6 @@ id为组件的唯一标识,在整个应用内唯一。本模块提供组件标 ...@@ -5,7 +5,6 @@ id为组件的唯一标识,在整个应用内唯一。本模块提供组件标
> **说明:** > **说明:**
> >
> - 从API Version 8开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。 > - 从API Version 8开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。
> - 本模块接口为系统接口。
## 权限列表 ## 权限列表
...@@ -28,6 +27,7 @@ id为组件的唯一标识,在整个应用内唯一。本模块提供组件标 ...@@ -28,6 +27,7 @@ id为组件的唯一标识,在整个应用内唯一。本模块提供组件标
getInspectorByKey(id: string): string getInspectorByKey(id: string): string
获取指定id的组件的所有属性,不包括子组件信息。 获取指定id的组件的所有属性,不包括子组件信息。
此接口为系统接口。
- 参数 - 参数
| 参数 | 类型 | 必填 | 默认值 | 描述 | | 参数 | 类型 | 必填 | 默认值 | 描述 |
...@@ -44,6 +44,7 @@ getInspectorByKey(id: string): string ...@@ -44,6 +44,7 @@ getInspectorByKey(id: string): string
getInspectorTree(): string getInspectorTree(): string
获取组件树及组件属性。 获取组件树及组件属性。
此接口为系统接口。
- 返回值 - 返回值
...@@ -56,6 +57,7 @@ getInspectorTree(): string ...@@ -56,6 +57,7 @@ getInspectorTree(): string
sendEventByKey(id: string, action: number, params: string): boolean sendEventByKey(id: string, action: number, params: string): boolean
给指定id的组件发送事件。 给指定id的组件发送事件。
此接口为系统接口。
- 参数 - 参数
| 参数 | 类型 | 必填 | 默认值 | 描述 | | 参数 | 类型 | 必填 | 默认值 | 描述 |
...@@ -74,6 +76,7 @@ sendEventByKey(id: string, action: number, params: string): boolean ...@@ -74,6 +76,7 @@ sendEventByKey(id: string, action: number, params: string): boolean
sendTouchEvent(event: TouchObject): boolean sendTouchEvent(event: TouchObject): boolean
发送触摸事件。 发送触摸事件。
此接口为系统接口。
- 参数 - 参数
...@@ -92,6 +95,7 @@ sendTouchEvent(event: TouchObject): boolean ...@@ -92,6 +95,7 @@ sendTouchEvent(event: TouchObject): boolean
sendKeyEvent(event: KeyEvent): boolean sendKeyEvent(event: KeyEvent): boolean
发送按键事件。 发送按键事件。
此接口为系统接口。
- 参数 - 参数
...@@ -110,6 +114,7 @@ sendKeyEvent(event: KeyEvent): boolean ...@@ -110,6 +114,7 @@ sendKeyEvent(event: KeyEvent): boolean
sendMouseEvent(event: MouseEvent): boolean sendMouseEvent(event: MouseEvent): boolean
发送鼠标事件。 发送鼠标事件。
此接口为系统接口。
- 参数 - 参数
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册