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

The NavigationEvents::onNavigationFinished event arguments. More...

#include <navigation_events.hpp>

Public Attributes

std::shared_ptr< Navigationnavigation
 The navigation instance initiated this event.
 
std::shared_ptr< Frameframe
 The frame in which this navigation is taking place.
 
std::string url
 The URL of the navigation.
 
bool is_same_document
 Indicates if the navigation will be performed in the scope of the same document.
 
bool is_fragment_navigation
 Indicates if the navigation has been performed to a fragment within the same document.
 
bool is_server_redirect
 Indicates if the navigation has encountered a server redirect.
 
bool has_committed
 Indicates if the navigation has committed.
 
bool is_error_page
 Indicates if the navigation resulted in an error page.
 
bool is_in_main_frame
 Indicates if the navigation is taking place in the main frame.
 
NetError net_error
 The navigation error in case the navigation has failed.
 

Detailed Description


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