On my author, I have a js clientlib (loading up in the cq.authoring.editor.hook category) where I'm trying to read data from Granite.author.page.info:(function(window, document, Granite, $) { "use strict"; info = Granite.author.page.info; ...Unfortunately, this data seems to load asynchronously, so ...