From b6b76d00e2c7b377c096678886774bb71a2f00e5 Mon Sep 17 00:00:00 2001 From: liyan Date: Tue, 31 Jan 2023 12:50:46 +0000 Subject: [PATCH] update en/application-dev/application-models/want-overview.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- en/application-dev/application-models/want-overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/application-dev/application-models/want-overview.md b/en/application-dev/application-models/want-overview.md index f8239c64cf..21c79d517f 100644 --- a/en/application-dev/application-models/want-overview.md +++ b/en/application-dev/application-models/want-overview.md @@ -5,8 +5,9 @@ [Want](../reference/apis/js-apis-app-ability-want.md) is used as the carrier to transfer information between application components. It is used as a parameter of **startAbility()** to specify the startup target and information that needs to be carried during startup, for example, **bundleName** and **abilityName**, which respectively indicate the bundle name of the target ability and the ability name in the bundle. For example, when UIAbilityA starts UIAbilityB and needs to transfer some data to UIAbilityB, it can use Want to transfer the data. -**Figure 1** Want usage -usage-of-want +**Figure 1** Want usage + +![usage-of-want](figures/usage-of-want.png) ## Types of Want -- GitLab