Introduction
- 13 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Introduction
- Updated on 13 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
With the client configuration parameters, you can customize the appearance and behavior of NavVis IVION. You can use these parameters in multiple ways:
Using the configs resource, exposed as
api/configs
on the REST interface, editable via the configuration panelBy passing parameters to the
getAPI()
method when embedding with the NavVis IVION Frontend API as specified in ConfigurationInterface.By passing parameters in the URL, e.g.
http://hostname/iv/?lang=de
.
URL parameters override constructor parameters, and constructor parameters override those from the server.
See Client Configuration Parameters for the full list of configuration parameters.
Was this article helpful?