Molybden API
Loading...
Searching...
No Matches
molybden::ConfirmArgs Struct Reference

The BrowserDelegates::onConfirm action arguments. More...

#include <browser_delegates.hpp>

Public Attributes

std::shared_ptr< Browserbrowser
 The browser instance initiated this action.
 
std::string title
 The localized dialog title.
 
std::string message
 The text passed to the window.confirm() JavaScript function.
 
std::string ok_action_text
 The localized text of the "OK" action.
 
std::string cancel_action_text
 The localized text of the "Cancel" action.
 
std::string url
 The URL of the web page that requested to display a confirmation dialog.
 

Detailed Description

The BrowserDelegates::onConfirm action arguments.


The documentation for this struct was generated from the following file: