From 5126f25ef5e6fbcfb7124a3cbe19aaab2adfa581 Mon Sep 17 00:00:00 2001 From: pdf001 <1626385780@qq.com> Date: Thu, 3 Jul 2025 02:33:20 +0000 Subject: [PATCH] =?UTF-8?q?0512=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=96=AD?= =?UTF-8?q?=E9=93=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pdf001 <1626385780@qq.com> --- .../apis-form-kit/js-apis-app-form-formExtensionAbility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis-form-kit/js-apis-app-form-formExtensionAbility.md b/en/application-dev/reference/apis-form-kit/js-apis-app-form-formExtensionAbility.md index 69d626f4cbb..6743d32534c 100644 --- a/en/application-dev/reference/apis-form-kit/js-apis-app-form-formExtensionAbility.md +++ b/en/application-dev/reference/apis-form-kit/js-apis-app-form-formExtensionAbility.md @@ -53,7 +53,7 @@ Called to notify the widget provider that a widget is being created. | Name| Type | Mandatory| Description | | ------ | -------------------------------------- | ---- | ------------------------------------------------------------ | -| want | [Want](../apis-ability-kit/js-apis-app-ability-want.md) | Yes | Want information of the widget. You can set the **parameters** field to one or more values enumerated in [widget parameters](./js-apis-app-form-formInfo.md#formparam), such as widget ID, widget name, and widget style. The information must be managed as persistent data to facilitate subsequent widget update and deletion.| +| want | [Want](../apis-ability-kit/js-apis-app-ability-want.md) | Yes | Want information of the widget. You can set the **parameters** field to one or more values enumerated in [widget parameters](./js-apis-app-form-formInfo.md#forminfoformparam), such as widget ID, widget name, and widget style. The information must be managed as persistent data to facilitate subsequent widget update and deletion.| **Return value** @@ -324,7 +324,7 @@ Called to notify the widget provider that the widget host is requesting the widg | Type | Description | | ------------------------------------------------------------ | ----------------------------------------------------------- | -| [formInfo.FormState](js-apis-app-form-formInfo.md#formstate) | Enumerated values of the current widget status.| +| [formInfo.FormState](js-apis-app-form-formInfo.md#forminfoformstate) | Enumerated values of the current widget status.| **Example** -- Gitee