Class: WebViewerInstance

WebViewerInstance


new WebViewerInstance()

A single instance of webviewer. Can be retrieved from the global WebViewer function. This class is not instantiable.

Members


Core

Core namespace on WebViewer instance
See:
Example
WebViewer({...options}, document.getElementById('viewer'))
 .then(webviewerInstance => {
   webViewerInstance.Core
 })

UI

UI namespace on WebViewer instance
See:
Example
WebViewer({...options}, document.getElementById('viewer'))
 .then(webviewerInstance => {
   webViewerInstance.UI
 })