4
GetElementById
The-Mighty-Cat edited this page 2025-02-12 23:14:43 +01:00
namespace Crafter::CppDOM::Bindings {
void* GetElementById(const char* id, std::size_t idLenght);
void* GetElementById(const std::string& id);
}
Accepts an id string and returns a void* to a JS object.