1# ShortcutInfo 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## ShortcutInfo<sup>(deprecated)<sup> 10 11**System capability**: SystemCapability.BundleManager.BundleFramework 12 13| Name | Type | Read-Only| Optional| Description | 14| ----------------------- | ------------------------------------------ | ---- | ---- | ---------------------------- | 15| id | string | Yes | No | ID of the application to which the shortcut belongs. | 16| bundleName | string | Yes | No | Name of the bundle that contains the shortcut.| 17| hostAbility | string | Yes | No | Local ability information of the shortcut. | 18| icon | string | Yes | No | Icon of the shortcut. | 19| iconId<sup>8+</sup> | number | Yes | No | Icon ID of the shortcut. | 20| label | string | Yes | No | Name of the shortcut. | 21| labelId<sup>8+</sup> | number | Yes | No | Name ID of the shortcut. | 22| disableMessage | string | Yes | No | Message displayed when the shortcut is disabled. | 23| wants | Array<<!--Del-->[<!--DelEnd-->ShortcutWant<!--Del-->](js-apis-bundle-ShortcutInfo-sys.md#shortcutwantdeprecated)<!--DelEnd-->> | Yes | No | Want list for the shortcut. | 24| isStatic | boolean | Yes | Yes | Whether the shortcut is static. | 25| isHomeShortcut | boolean | Yes | Yes | Whether the shortcut is a home shortcut.| 26| isEnabled | boolean | Yes | Yes | Whether the shortcut is enabled. | 27