• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RemoteAbilityInfo
2
3> **说明:**
4> 本模块首批接口从API version 8 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
5
6
7
8remoteAbility信息。
9
10## RemoteAbilityInfo<sup>(deprecated)<sup>
11
12> 从API version 9开始不再维护,建议使用[bundleManager-RemoteAbilityInfo](js-apis-bundleManager-remoteAbilityInfo.md)替代。
13
14
15 **系统能力:** 以下各项对应的系统能力均为SystemCapability.BundleManager.DistributedBundleFramework
16
17 **系统API:**  此接口为系统接口。
18
19| 名称        | 类型                                         | 可读 | 可写 | 说明                    |
20| ----------- | -------------------------------------------- | ---- | ---- | ----------------------- |
21| elementName | [ElementName](js-apis-bundle-ElementName.md) | 是   | 否   | ability元素资源信息。       |
22| label       | string                                       | 是   | 否   | 指明ability的名称。   |
23| icon        | string                                       | 是   | 否   | 指明的ability的图标信息。 |
24