| 
									
										
										
										
											2016-10-08 13:09:31 +11:00
										 |  |  | # ShortcutDetails Object
 | 
					
						
							| 
									
										
										
										
											2016-09-28 20:00:01 +13:00
										 |  |  | 
 | 
					
						
							|  |  |  | * `target` String - The target to launch from this shortcut. | 
					
						
							|  |  |  | * `cwd` String (optional) - The working directory. Default is empty. | 
					
						
							|  |  |  | * `args` String (optional) - The arguments to be applied to `target` when | 
					
						
							|  |  |  | launching from this shortcut. Default is empty. | 
					
						
							|  |  |  | * `description` String (optional) - The description of the shortcut. Default | 
					
						
							|  |  |  | is empty. | 
					
						
							|  |  |  | * `icon` String (optional) - The path to the icon, can be a DLL or EXE. `icon` | 
					
						
							|  |  |  | and `iconIndex` have to be set together. Default is empty, which uses the | 
					
						
							|  |  |  | target's icon. | 
					
						
							| 
									
										
										
										
											2016-10-05 10:55:32 +11:00
										 |  |  | * `iconIndex` Number (optional) - The resource ID of icon when `icon` is a | 
					
						
							| 
									
										
										
										
											2016-09-28 20:00:01 +13:00
										 |  |  | DLL or EXE. Default is 0. | 
					
						
							|  |  |  | * `appUserModelId` String (optional) - The Application User Model ID. Default | 
					
						
							|  |  |  | is empty. |