mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
crossplatform标签修复
Signed-off-by: liuzongze <liuzongze@huawei.com> Change-Id: I62eae97fa88ebc8748aa93aef7ca55889cdfb220
This commit is contained in:
parent
faa563b801
commit
7381c29f4d
@ -33,6 +33,15 @@
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
*/
|
||||
/**
|
||||
* The definition of ConfigurationConstant.
|
||||
*
|
||||
* @namespace ConfigurationConstant
|
||||
* @syscap SystemCapability.Ability.AbilityBase
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
declare namespace ConfigurationConstant {
|
||||
/**
|
||||
* Color mode
|
||||
|
9
api/@ohos.bundle.bundleManager.d.ts
vendored
9
api/@ohos.bundle.bundleManager.d.ts
vendored
@ -47,6 +47,15 @@ import * as _ExtensionAbilityInfo from './bundleManager/ExtensionAbilityInfo';
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
*/
|
||||
/**
|
||||
* This module is used to obtain package information of various applications installed on the current device.
|
||||
*
|
||||
* @namespace bundleManager
|
||||
* @syscap SystemCapability.BundleManager.BundleFramework.Core
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
declare namespace bundleManager {
|
||||
/**
|
||||
* Used to query the enumeration value of bundleInfo. Multiple values can be passed in the form.
|
||||
|
Loading…
Reference in New Issue
Block a user