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.