Class IFrame# Defined in File IFrame.h Inheritance Relationships# Base Type# public Karana::WebUI::Widget (Class Widget) Class Documentation# class IFrame : public Karana::WebUI::Widget# Widget displaying a URL in an IFrame element. Public Functions IFrame(Router &router, std::string_view url)# IFrame constructor. Parameters: router – Used to establish the frontend connection url – The URL to display in the IFrame virtual ~IFrame()# IFrame destructor.