Is there an easy accessible function to get manifest data in javascript to check if the model is done translating?
something like viewerApp.getManifest().progress
. Where viewerApp
is a ViewingApplication.
Is there something like this, or should I retrieve the data via server code and pass it on to javascript.