Specifies a function which is called when the user clicks on the add button.
The specified function overrides the default behavior of opening the standard add dialog.
Specifies if the results for double measurements include detailed information such as
the specific measurement points, the delta between them, and more.
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.
Specifies the template for the session storage link.
The template can include the following placeholders, which will be replaced internally when generating the link:
${SPACE_ID} The identifier of the stored space.
${HUB_URL} The configured URL of the connected instant3Dhub.
${ORIGIN} The origin of the current page, including the protocol and port (if specified).
${SELF} The full URL of the current page, URL parameters will be merged.
Specifies the template for the session share link.
The template can include the following placeholders, which will be replaced internally when generating the link:
${SPACE_ID} The identifier of the stored space.
${HUB_URL} The configured URL of the connected instant3Dhub.
${ORIGIN} The origin of the current page, including the protocol and port (if specified).
${SELF} The full URL of the current page, URL parameters will be merged.
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.
Enables/Disables always showing tracking indicators for tree items
TREEVIEW_LABEL_FUNCTION
TREEVIEW_LABEL_FUNCTION:"treeViewLabelFunction"
A function which can be used to modify the label of a node in the tree view.
The function receives the current Context, the node ID and the original label as arguments
and is expected to return a custom label as string.
UNIT
UNIT:"unit"
Sets the unit for data inside the webVis UI.
VARIANTS_BUTTON_FUNCTION
VARIANTS_BUTTON_FUNCTION:"variantsButtonFunction"
Specifies a function which is called when the user clicks on the variants button of a tree item.
The specified function overrides the default behavior of opening the standard variant dialog.
Default
undefined
Was this page helpful? Please leave a thumbs up or down.
Enables/disables the Add button in webvis-full