未验证 提交 22751b6d 编写于 作者: O openharmony_ci 提交者: Gitee

!19245 修改Component复数和ID标识名称

Merge pull request !19245 from 卡哥/master
...@@ -116,8 +116,8 @@ struct SnapshotExample { ...@@ -116,8 +116,8 @@ struct SnapshotExample {
Image(this.pixmap) Image(this.pixmap)
.width(300).height(300) .width(300).height(300)
// ...Component // ...Component
// ...Components // ...Component
// ...Components // ...Component
Button("click to generate UI snapshot") Button("click to generate UI snapshot")
.onClick(() => { .onClick(() => {
componentSnapshot.get("root") componentSnapshot.get("root")
......
...@@ -31,7 +31,7 @@ get(id: string, callback: AsyncCallback<image.PixelMap>): void ...@@ -31,7 +31,7 @@ get(id: string, callback: AsyncCallback<image.PixelMap>): void
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | ----------------------------------- | ---- | ---------------------------------------- | | -------- | ----------------------------------- | ---- | ---------------------------------------- |
| id | string | 是 | 目标组件的[ID 标识](../arkui-ts/ts-universal-attributes-component-id.md#组件标识) | | id | string | 是 | 目标组件的[组件标识](../arkui-ts/ts-universal-attributes-component-id.md#组件标识) |
| callback | AsyncCallback&lt;image.PixelMap&gt; | 是 | 截图返回结果的回调。 | | callback | AsyncCallback&lt;image.PixelMap&gt; | 是 | 截图返回结果的回调。 |
**示例:** **示例:**
...@@ -74,7 +74,7 @@ struct SnapshotExample { ...@@ -74,7 +74,7 @@ struct SnapshotExample {
get(id: string): Promise<image.PixelMap> get(id: string): Promise<image.PixelMap>
获取已加载的组件的截图,传入组件的[ID 标识](../arkui-ts/ts-universal-attributes-component-id.md#组件标识),找到对应组件进行截图。通过Promise返回结果。 获取已加载的组件的截图,传入组件的[组件标识](../arkui-ts/ts-universal-attributes-component-id.md#组件标识),找到对应组件进行截图。通过Promise返回结果。
> **说明:** > **说明:**
> >
...@@ -86,7 +86,7 @@ get(id: string): Promise<image.PixelMap> ...@@ -86,7 +86,7 @@ get(id: string): Promise<image.PixelMap>
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| ---- | ------ | ---- | ---------------------------------------- | | ---- | ------ | ---- | ---------------------------------------- |
| id | string | 是 | 目标组件的[ID 标识](../arkui-ts/ts-universal-attributes-component-id.md#组件标识) | | id | string | 是 | 目标组件的[组件标识](../arkui-ts/ts-universal-attributes-component-id.md#组件标识) |
**返回值:** **返回值:**
...@@ -116,8 +116,8 @@ struct SnapshotExample { ...@@ -116,8 +116,8 @@ struct SnapshotExample {
Image(this.pixmap) Image(this.pixmap)
.width(300).height(300) .width(300).height(300)
// ...Component // ...Component
// ...Components // ...Component
// ...Components // ...Component
Button("click to generate UI snapshot") Button("click to generate UI snapshot")
.onClick(() => { .onClick(() => {
componentSnapshot.get("root") componentSnapshot.get("root")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册