From ddd78cbd02e12f6be3e5b1ecc14d21d6bb166575 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Mon, 23 May 2022 11:18:36 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- .../reference/apis/js-apis-application-StartOptions.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-application-StartOptions.md b/en/application-dev/reference/apis/js-apis-application-StartOptions.md index de6177d857..e0dbc2b71d 100644 --- a/en/application-dev/reference/apis/js-apis-application-StartOptions.md +++ b/en/application-dev/reference/apis/js-apis-application-StartOptions.md @@ -1,8 +1,7 @@ # StartOptions -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** -> -> The initial APIs of this module are supported since API version 9. The APIs of API version 9 is of the Canary version and are for trial use only. The API call may be unstable. +> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
+> The initial APIs of this module are supported since API version 9. API version 9 is a canary version for trial use. The APIs of this version may be unstable. **StartOptions** is the basic communication component of the system. @@ -21,6 +20,6 @@ import StartOptions from '@ohos.application.StartOptions'; | Name| Readable| Writable| Type| Mandatory| Description| | -------- | -------- | -------- | -------- | -------- | -------- | -| windowMode | Yes| No| number | No| Window mode.| +| [windowMode](js-apis-window.md#windowmode) | Yes| No| number | No| Window mode.| | displayId | Yes| No| number | No| Display ID.| -- GitLab