From 86d630d5750a9d062fae571b25576f446e4a218c Mon Sep 17 00:00:00 2001 From: zengyawen Date: Tue, 27 Dec 2022 09:15:59 +0000 Subject: [PATCH] update en/application-dev/reference/apis/js-apis-userfilemanager.md. Signed-off-by: zengyawen --- .../reference/apis/js-apis-userfilemanager.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-userfilemanager.md b/en/application-dev/reference/apis/js-apis-userfilemanager.md index 77805c1c54..bc02ba6fd6 100644 --- a/en/application-dev/reference/apis/js-apis-userfilemanager.md +++ b/en/application-dev/reference/apis/js-apis-userfilemanager.md @@ -23,7 +23,7 @@ Obtains a **UserFileManager** instance. This instance can be used to access and | Name | Type | Mandatory| Description | | ------- | ------- | ---- | -------------------------- | -| context | [Context](#../apis/js-apis-Context.md) | Yes | Context of the ability instance.| +| context | [Context](../apis/js-apis-inner-app-context.md) | Yes | Context of the ability instance.| **Return value** @@ -1210,7 +1210,7 @@ Obtains the thumbnail of this file asset. This API uses an asynchronous callback | Name | Type | Mandatory | Description | | -------- | ----------------------------------- | ---- | ---------------- | -| callback | AsyncCallback<[image.PixelMap](#../apis/js-apis-image.md#pixelmap7)> | Yes | Callback invoked to return the pixel map of the thumbnail.| +| callback | AsyncCallback<[image.PixelMap](../apis/js-apis-image.md#pixelmap7)> | Yes | Callback invoked to return the pixel map of the thumbnail.| **Example** @@ -1248,7 +1248,7 @@ Obtains the file thumbnail of the given size. This API uses an asynchronous call | Name | Type | Mandatory | Description | | -------- | ----------------------------------- | ---- | ---------------- | | size | [Size](#size) | Yes | Size of the thumbnail to obtain. | -| callback | AsyncCallback<[image.PixelMap](#../apis/js-apis-image.md#pixelmap7)> | Yes | Callback invoked to return the pixel map of the thumbnail.| +| callback | AsyncCallback<[image.PixelMap](../apis/js-apis-image.md#pixelmap7)> | Yes | Callback invoked to return the pixel map of the thumbnail.| **Example** @@ -1292,7 +1292,7 @@ Obtains the file thumbnail of the given size. This API uses a promise to return | Type | Description | | ----------------------------- | --------------------- | -| Promise<[image.PixelMap](#../apis/js-apis-image.md#pixelmap7)> | Promise used to return the pixel map of the thumbnail.| +| Promise<[image.PixelMap](../apis/js-apis-image.md#pixelmap7)> | Promise used to return the pixel map of the thumbnail.| **Example** -- GitLab