From 9c277a4bdaee4001f4424b44e14432e5118d8e12 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Tue, 5 Jul 2022 11:32:30 +0800 Subject: [PATCH] update docs against 5326 Signed-off-by: wusongqing --- .../reference/apis/js-apis-bundle-AbilityInfo.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-bundle-AbilityInfo.md b/en/application-dev/reference/apis/js-apis-bundle-AbilityInfo.md index 962b4535a3..02536e5aa2 100644 --- a/en/application-dev/reference/apis/js-apis-bundle-AbilityInfo.md +++ b/en/application-dev/reference/apis/js-apis-bundle-AbilityInfo.md @@ -2,7 +2,8 @@ -> **NOTE**
+> **NOTE** +> > The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version. @@ -11,7 +12,7 @@ Provides the ability information. - **System capability**: SystemCapability.BundleManager.BundleFramework +**System capability**: SystemCapability.BundleManager.BundleFramework | Name | Type | Readable| Writable| Description | | --------------------- | -------------------------------------------------------- | ---- | ---- | ----------------------------------------- | @@ -43,3 +44,10 @@ Provides the ability information. | metaData8+ | Array\<[CustomizeData](js-apis-bundle-CustomizeData.md)> | Yes | No | Custom metadata of the ability. | | metaData9+ | Array\<[Metadata](js-apis-bundle-Metadata.md)> | Yes | No | Metadata of the ability. | | enabled8+ | boolean | Yes | No | Whether the ability is enabled. | +| supportWindowMode9+ | Array\<[SupportWindowMode](js-apis-Bundle.md)> | Yes | No | Window modes supported by the ability. | +| maxWindowRatio9+ | number | Yes | No | Maximum window ratio supported by the ability. | +| minWindowRatio9+ | number | Yes | No | Minimum window ratio supported by ability. | +| maxWindowWidth9+ | number | Yes | No | Maximum window width supported by the ability. | +| minWindowWidth9+ | number | Yes | No | Minimum window width supported by the ability. | +| maxWindowHeight9+ | number | Yes | No | Maximum window height supported by the ability. | +| minWindowHeight9+ | number | Yes | No | Minimum window height supported by the ability. | -- GitLab