1e41f4b71Sopenharmony_ci# shortcutInfo (系统接口) 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci应用配置文件中定义的快捷方式信息,FA模型配置在[config.json](../../quick-start/application-configuration-file-overview-fa.md)文件中进行配置,Stage模型在开发视图的resources/base/profile下面定义配置文件即可。 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ci> **说明:** 6e41f4b71Sopenharmony_ci> 7e41f4b71Sopenharmony_ci> 本模块首批接口从API version 7 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 8e41f4b71Sopenharmony_ci> 9e41f4b71Sopenharmony_ci> 本模块为系统接口。 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ci## ShortcutWant<sup>(deprecated)<sup> 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci> 从API version 9开始不再维护,建议使用[bundleManager-ShortcutWant](js-apis-bundleManager-shortcutInfo-sys.md)替代 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ci **系统能力:** 以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ci **系统接口:** 此接口为系统接口,三方应用不支持调用 18e41f4b71Sopenharmony_ci 19e41f4b71Sopenharmony_ci| 名称 | 类型 | 只读 | 可选 | 说明 | 20e41f4b71Sopenharmony_ci| ------------------------- | ------ | ---- | ---- | -------------------- | 21e41f4b71Sopenharmony_ci| targetBundle | string | 是 | 否 | 快捷方式的目标捆绑包 | 22e41f4b71Sopenharmony_ci| targetClass | string | 是 | 否 | 快捷方式所需的目标类 | 23