mrdocs::js::Scope::setGlobal
Set a global object.
Synopsis
Declared in <mrdocs/Support/JavaScript.hpp>
void
setGlobal(
std::string_view name,
dom::Value const& value);
Parameters
Name |
Description |
name |
The name of the global variable. |
value |
The value to set. |
Created with MrDocs