Last date modified: 2026-Jul-14
Enumeration: InterfaceConfiguration
Describes which components of the interface are enabled and which are disabled
Enumeration Members
Embedded
Embedded:
"embedded"
When the Review Interface is initialized in embedded mode, only the viewer collection is loaded. UI components and framework behaviors are opt-in via IEmbeddedFeatureConfig passed to window.start().
ExternalStandalone
ExternalStandalone:
"externalstandalone"
When the Review Interface is initialized, it will contain IViewerCardInstance 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
Mobile
Mobile:
"mobile"
When the Review Interface is initialized, it will contain IViewerCardInstance components, the viewer tabs, and the bottom toolbar
Preview
Preview:
"preview"
When the Review Interface is initialized, it will contain IViewerCardInstance components, the viewer tabs, and the bottom toolbar
ViewerOnly
ViewerOnly:
"vieweronly"
When the Review Interface is initialized, it will contain only IViewerCardInstance components for use in embedding
ViewerWithToolbar
ViewerWithToolbar:
"viewerwithtoolbar"
When the Review Interface is initialized, it will contain IViewerCardInstance components, the viewer toolbar, and the side drawer