{
  "name": "NotificationCenter::COMServerOptions",
  "platform": [
    "Windows"
  ],
  "header": "nativeui/notification_center.h",
  "type": "table",
  "namespace": "nu",
  "description": "Options for creating COM server.",
  "properties": [
    {
      "optional": true,
      "description": "Whether to register COM server in registry automatically when any event\nof `NotificationCenter` is subscribed. Default is `true`.\n",
      "id": "writeregistry",
      "type": {
        "name": "boolean"
      },
      "name": "writeregistry"
    },
    {
      "optional": true,
      "description": "The arguments to pass to the executable when system starts the app after\na notification is activated. Default is empty string.\n",
      "id": "arguments",
      "type": {
        "name": "string"
      },
      "name": "arguments"
    },
    {
      "optional": true,
      "description": "The `ToastActivatorCLSID`, which can be generated with `uuidgen.exe`. It\nmust include a pair of curly braces. If not specified, one will be\nautomatically generated from the app's `AppUserModelID`.\n",
      "id": "toastactivatorclsid",
      "type": {
        "name": "string",
        "nullable": true
      },
      "name": "toastactivatorclsid"
    }
  ],
  "id": "notificationcenter_comserveroptions"
}