{
  "name": "App::ShortcutOptions",
  "platform": [
    "Windows"
  ],
  "header": "nativeui/app.h",
  "type": "table",
  "namespace": "nu",
  "description": "Options for creating start menu shortcut.",
  "properties": [
    {
      "optional": true,
      "description": "The arguments passed to the executable, default is empty string.",
      "id": "arguments",
      "type": {
        "name": "string",
        "nullable": true
      },
      "name": "arguments"
    },
    {
      "optional": true,
      "description": "The description of the shortcut, default is the executable's description.",
      "id": "description",
      "type": {
        "name": "string",
        "nullable": true
      },
      "name": "description"
    },
    {
      "optional": true,
      "description": "The working directory that the executable will run under.",
      "id": "workingdir",
      "type": {
        "name": "string",
        "nullable": true
      },
      "name": "workingdir"
    }
  ],
  "id": "app_shortcutoptions"
}