{
  "name": "Notification::Action",
  "header": "nativeui/notification.h",
  "type": "struct",
  "namespace": "nu",
  "description": "Describes the action button of `Notification`.",
  "properties": [
    {
      "optional": false,
      "description": "The title of the action button.",
      "id": "title",
      "type": {
        "name": "std::string"
      },
      "name": "title"
    },
    {
      "optional": false,
      "description": "The user info attached to the action.",
      "detail": "The user info will be passed to the handler of the\n`<!name>on_notification_action` event.\n",
      "id": "info",
      "type": {
        "name": "std::string"
      },
      "name": "info"
    }
  ],
  "id": "notification_action"
}