Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InterfaceConfiguration

Describes which components of the interface are enabled and which are disabled

Index

Enumeration members

ExternalStandalone

ExternalStandalone: = "externalstandalone"

When the Review Interface is initialized, it will contain {@link IViewerInstance} components, parts of the header bar, the viewer tabs, and the bottom toolbar, and left/bottom/right drawers

Full

Full: = "full"

When the Review Interface is initialized, it will contain all default Review Interface components

Preview

Preview: = "preview"

When the Review Interface is initialized, it will contain {@link IViewerInstance} components, the viewer tabs, and the bottom toolbar

ViewerOnly

ViewerOnly: = "vieweronly"

When the Review Interface is initialized, it will contain only {@link IViewerInstance} components for use in embedding

ViewerWithToolbar

ViewerWithToolbar: = "viewerwithtoolbar"

When the Review Interface is initialized, it will contain {@link IViewerInstance} components, the viewer toolbar, and the side drawer