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

The BrowserDelegates::onPrompt 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.prompt() 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.
 

Detailed Description

The BrowserDelegates::onPrompt action arguments.


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