WebVisConfigPriority¶
Description¶
There are several ways to change the configuration:
- <webvis-config> : Place a webvis config tag in the html with key-pairs in a JSON string, e.g. <webvis-config>{key1:value1, key2:value2}</webvis-config>"
- Config file: Place the key-value pairs in the global configuration file in your instant3Dhub.
- The following API functions
- URL parameters: Append "?key1=value1&key2=value2" to the end of the url. AS URL parameters, a few extra setting parameters exist (can not be set via the other methods):
- initData: Defines the URL of a model that should be initially loaded.
- autoplay: (no value, only as key) Enables the initial model directly after loading.
- query: Initial search string for filtering parts that should be enabled (currently only with webvis-full).
- EXTERNAL_CONFIG¶
2
- INLINE_CONFIG¶
3
- LOCAL_STORAGE¶
4
- RENDER_SETUP¶
1
- SETTINGS_API¶
5
- WEBVIS_DEFAULT¶
0