Taking a look at the htmlBridge chassis sample, there are the references to something like:
WEB_PLATFORM.sendNavigationRequest("com.vmware.samples.chassisb.SummaryView", objectId);
used to navigate to extension points within the HTMLBridge plugin. However, it doesn't seem that navigating to built in views, such as the host summary view, seem to work. Is there a way to internally navigate from an HTML view back to a view with or without the same objectID?