Specifies a function which returns additional content for the modelview printing
Function signature is function(context:contextAPI, nodeID:number, modelViewID:number) : Promise
Specifies a function which returns custom name for the resource drop-down of the ModelViewPrintDialog
Function signature is function(context:contextAPI, nodeID:number) : Promise
NOTIFICATION_FILTER
NOTIFICATION_FILTER:"notificationFilter"
Specifies a list of UINotificationLevels which should be displayed.
Enables or disables the automatic opening of the VariantsDialog for added Models which includes Variant information.
PRINT_LAYOUT
PRINT_LAYOUT:"printLayout"
Sets the print layout potrait / landscape
PRINT_QUALITY
PRINT_QUALITY:"printQuality"
Sets the print quality
SESSION_STORAGE_ENABLED
SESSION_STORAGE_ENABLED:"sessionStorageEnabled"
Enable/Disable the session storage.
SHARE_SESSION_ENABLED
SHARE_SESSION_ENABLED:"shareSessionEnabled"
Enables or disables session sharing
SLAM_PROVIDER_TYPE
SLAM_PROVIDER_TYPE:"slamProviderType"
The type of the SLAM provider. This is used to provide an easy way to develop AR experiences.
Possible Values: "debugIos", "sequence".
When "sequence" is selected you can specify additional parameters by appending them with a semicolon:
Possible Parameters are:
url: Url to manifest.json for imageSequence (escaped url)
fps: playback fps for image sequence
startFrame: Start Frame for image sequence
endFrame: End Frame for image sequence
E.g.: sequence;url=;fps=30
TREEVIEW_FILTER_FUNCTION
TREEVIEW_FILTER_FUNCTION:"treeViewFilterFunction"
A filtering function which simply defines whether a node, given as argument, should be visible in the tree view.
The function returns false for nodes, which should be hidden. Instead, the children of the affected node
will be displayed, unless they are also hidden by the filtering function.
The respective node will be shown if it has no children
The function can return a boolean or a promise-like returning a boolean.
UNIT
UNIT:"unit"
Sets the unit for data inside the webVis UI.
Did you find this page useful? Please give it a rating:
Enables/disables the Add button in webvis-full