Lines Matching refs:shortcut
3 The **ShortcutInfo** module defines shortcut information configured in the configuration file. The …
9 …model, the shortcut information is configured in the [config.json](../../quick-start/module-struct…
21 | targetBundle | string | Yes | No | Target bundle name of the shortcut.|
22 | targetModule | string | Yes | Yes | Target module name of the shortcut. |
23 | targetAbility | string | Yes | No | Target ability name of the shortcut.|
24 …Array\<[ParameterItem](#parameteritem12)> | No | Yes | Custom data in the shortcut configuration.|
34 … | Yes | No| ID of the application to which the shortcut belongs. |
35 …g | Yes | No | Name of the bundle that contains the shortcut.|
36 … string | Yes | Yes | Module name of the shortcut. |
37 … | string | Yes | Yes | Local ability name of the shortcut. |
38 … | string | Yes | Yes | Icon of the shortcut. |
39 | iconId | number | Yes | Yes | ID of the shortcut icon. …
40 … | string | Yes | Yes | Label of the shortcut. |
41 | labelId | number | Yes | Yes | ID of the shortcut label. …
42 …\<[ShortcutWant](#shortcutwant)> | Yes | Yes | Want information required for the shortcut. |
44 …| Shortcut source type. The value **0** means a custom shortcut, and **1** means a static shortcut…
48 Describes the custom data in the shortcut configuration.