@sheyla @reinhardts @brett-haralson
So, in theory
wixWindow.getBoundingRect (e => { console.log(e.document.height) });
should show the height of the entire length of the page, but it seems to be returning the viewport height, for which we already have e.window.height.
This is vitally important for a lot of reasons, please look into it!!