From 45736e506dcebe245412bdf33614c90052957883 Mon Sep 17 00:00:00 2001 From: Gloria Date: Thu, 24 Nov 2022 20:06:16 +0800 Subject: [PATCH] Update docs against 11062 Signed-off-by: wusongqing --- en/application-dev/reference/apis/js-apis-screen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-screen.md b/en/application-dev/reference/apis/js-apis-screen.md index 47cb10179c..0f5d909e9b 100644 --- a/en/application-dev/reference/apis/js-apis-screen.md +++ b/en/application-dev/reference/apis/js-apis-screen.md @@ -154,7 +154,7 @@ Sets the screen to the expanded mode. This API uses an asynchronous callback to | Name | Type | Mandatory| Description | | -------- | ------------------------------------------ | ---- | -------------------------------- | | options | Array<[ExpandOption](#expandoption)> | Yes | Parameters for expanding the screen. | -| callback | Callback<number> | Yes | Callback used to return the group ID of the expanded screens.| +| callback | AsyncCallback<number> | Yes | Callback used to return the group ID of the expanded screens.| **Error codes** -- GitLab