1# shortcutInfo (System API)
2
3The shortcutInfo module defines shortcut information configured in the configuration file. For the FA model, the shortcut information is configured in the [config.json](../../quick-start/application-configuration-file-overview-fa.md) file. For the stage model, the information is configured in the configuration file under **resources/base/profile** in the development view.
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8>
9> The APIs provided by this module are system APIs.
10
11## ShortcutWant<sup>(deprecated)<sup>
12
13> This API is deprecated since API version 9. You are advised to use [bundleManager-ShortcutWant](js-apis-bundleManager-shortcutInfo-sys.md) instead.
14
15**System capability**: SystemCapability.BundleManager.BundleFramework
16
17**System API**: This is a system API and cannot be called by third-party applications.
18
19| Name                     | Type  | Read-Only| Optional| Description                |
20| ------------------------- | ------ | ---- | ---- | -------------------- |
21| targetBundle              | string | Yes  | No  | Target bundle of the shortcut.|
22| targetClass               | string | Yes  | No  | Target class required by the shortcut.|
23