From 9fdd09307022129a5a910dac8514870f72c2de77 Mon Sep 17 00:00:00 2001 From: liyan Date: Tue, 31 Jan 2023 12:43:08 +0000 Subject: [PATCH] update en/application-dev/application-models/uiability-data-sync-with-ui.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- .../application-models/uiability-data-sync-with-ui.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/application-dev/application-models/uiability-data-sync-with-ui.md b/en/application-dev/application-models/uiability-data-sync-with-ui.md index 981a921289..a12e625611 100644 --- a/en/application-dev/application-models/uiability-data-sync-with-ui.md +++ b/en/application-dev/application-models/uiability-data-sync-with-ui.md @@ -92,7 +92,8 @@ Before using EventHub, you must obtain an EventHub object, which is provided by **globalThis** is a global object inside the [ArkTS engine instance](thread-model-stage.md) and can be used by UIAbility, ExtensionAbility, and Page inside the engine. Therefore, you can use **globalThis** for data synchronization. **Figure 1** Using globalThis for data synchronization -globalThis1 + + ![globalThis1](figures/globalThis1.png) The following describes how to use **globalThis** in three scenarios. Precautions are provided as well. -- GitLab