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