From 6669819de3733a2aeb8cde667f54cb3c7051078a Mon Sep 17 00:00:00 2001 From: SoftSquirrel Date: Thu, 30 Jun 2022 10:15:22 +0800 Subject: [PATCH] #I5ENEP: #I5E3WQ: add default application doc, system api. Description: add default application doc, system api. Sig: SIG_ApplicaitonFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: SoftSquirrel --- .../apis/js-apis-bundle-ElementName.md | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-bundle-ElementName.md b/zh-cn/application-dev/reference/apis/js-apis-bundle-ElementName.md index fea888cc50..0b83e1865f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bundle-ElementName.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bundle-ElementName.md @@ -1,17 +1,23 @@ # ElementName + + **说明:** > 本模块首批接口从API version 7 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 + + ElementName信息 + + **系统能力:** 以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework -| 名称 | 类型 | 可读 | 可写 | 说明 | -| --------------------- | -------------------------------------------------------- | ---- | ---- | ----------------------------------------- | -| deviceId | string | 是 | 是 | 设备id | -| bundleName | string | 是 | 是 | 应用包名 | -| abilityName | string | 是 | 是 | Ability名称 | -| uri | string | 是 | 是 | 资源标识符 | -| shortName | string | 是 | 是 | Ability简称 | -| moduleName9+ | string | 是 | 是 | Ability所属的HAP包的名称 | +| 名称 | 类型 | 可读 | 可写 | 说明 | +| ----------------------- | ---------| ---- | ---- | ------------------------- | +| deviceId | string | 是 | 是 | 设备id | +| bundleName | string | 是 | 是 | 应用包名 | +| abilityName | string | 是 | 是 | Ability名称 | +| uri | string | 是 | 是 | 资源标识符 | +| shortName | string | 是 | 是 | Ability简称 | +| moduleName9+ | string | 是 | 是 | Ability所属的HAP包的名称 | \ No newline at end of file -- GitLab