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
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 the Add button in webvis-full