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 962b4535a3b13e8736ab3001c4fe03fffc6f1153..02536e5aa2b22f7cc20354e2ac8f56d8bb75421a 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. |