Optional
allowWhether to automatically show point clouds when no panorama is available. True by default.
Optional
info.terms.extraHTML to show as extra credits in about box.
Optional
info.terms.privacyHTML to show as privacy policy in about box.
Optional
langOverrides the language settings from browser language, cookie and local store. Supported language keys are:
cs
: Czechde
: Germanen
: Englishfr
: Frenchja
: Japanesees
: Spanishzh
: Simplified Chinesezh_tw
: Traditional ChineseOptional
loginLogs a user in with the provided JWT, either for local NavVis IVION accounts or e.g. for OAuth Resource Server if the instance is set up to use one.
Note that it also removes logout functionality from the UI and that NavVis IVION will not automatically refresh the token when it is about to expire. Use api.auth.updateToken(...) to apply an updated token before the previous one expires.
Optional
onCallback that is invoked after data has been loaded and the view has moved to the starting location.
Callback that is invoked after data has been loaded and the view has moved to the starting location.
Do not use this with the NPM API, use getApi().then(callback) instead.
Do not use this with the NPM API, use getApi().then(callback) instead.
Optional
onCallback that is invoked when WebGL initialization has failed.
Callback that is invoked when WebGL initialization has failed.
Error message
Do not use this with the NPM API, use getApi().catch(callback) instead.
Error message
Do not use this with the NPM API, use getApi().catch(callback) instead.
Optional
tracking.codeJavaScript code to insert into the page, e.g. for adding analytics.
Optional
tracking.enabledWhether to insert the tracking code.
Optional
uploadOptional, If provided along with loginToken, used for authorizing uploads with the provided JWT, either for local NavVis IVION accounts or e.g. for OAuth Resource Server if the instance is set up to use one.
When not provided, loginToken will be used.
Note that it also removes logout functionality from the UI and that NavVis IVION will not automatically refresh the token when it is about to expire. Use api.auth.updateToken(...) to apply an updated token before the previous one expires.
Generated using TypeDoc
Embed and URL configuration properties.
These properties are used to modify the behavior and appearance of NavVis IVION when first loaded.