diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-component-id.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-component-id.md index e0b41f791ecc55f34ef6fb2ab63d7557c591f1df..0f5d4793505cf5fb7d02d223ce5a421b5ef42807 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-component-id.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-component-id.md @@ -5,7 +5,6 @@ id为组件的唯一标识,在整个应用内唯一。本模块提供组件标 > **说明:** > > - 从API Version 8开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。 -> - 本模块接口为系统接口。 ## 权限列表 @@ -28,6 +27,7 @@ id为组件的唯一标识,在整个应用内唯一。本模块提供组件标 getInspectorByKey(id: string): string 获取指定id的组件的所有属性,不包括子组件信息。 +此接口为系统接口。 - 参数 | 参数 | 类型 | 必填 | 默认值 | 描述 | @@ -44,6 +44,7 @@ getInspectorByKey(id: string): string getInspectorTree(): string 获取组件树及组件属性。 +此接口为系统接口。 - 返回值 @@ -56,6 +57,7 @@ getInspectorTree(): string sendEventByKey(id: string, action: number, params: string): boolean 给指定id的组件发送事件。 +此接口为系统接口。 - 参数 | 参数 | 类型 | 必填 | 默认值 | 描述 | @@ -74,6 +76,7 @@ sendEventByKey(id: string, action: number, params: string): boolean sendTouchEvent(event: TouchObject): boolean 发送触摸事件。 +此接口为系统接口。 - 参数 @@ -92,6 +95,7 @@ sendTouchEvent(event: TouchObject): boolean sendKeyEvent(event: KeyEvent): boolean 发送按键事件。 +此接口为系统接口。 - 参数 @@ -110,6 +114,7 @@ sendKeyEvent(event: KeyEvent): boolean sendMouseEvent(event: MouseEvent): boolean 发送鼠标事件。 +此接口为系统接口。 - 参数