Bindings: ViewInfo.viewport
I can get the properties of a ViewInfo object, but cannot seem to get the .viewport in js:

These are from the NamedViews array on a File3dm object.
Linked with RH3DM-109
Seems it is commented out here: https://github.com/mcneel/rhino3dm/blob/2fc48fe3c3957283c2cd9e7997a790bf91a1e1b7/src/bindings/bnd_3dm_settings.cpp#L145
Accidentally created a new issue about this same item. Have now closed that other issue.
I would also like to access the viewport information.
Looking in the Rhino3dm.js API it seems that the ViewportInfo class does exist but as per the above I cannot find out how to access this information from a specific ViewInfo object. I'm trying to access information via namedViews from the 3dm file.
this has been included in rhino3dm8.0.0-beta3
I'm still not able to access this in rhino3dm8.0.0-beta3...am i missing something?