CustomViewerConstructorOptions
Syntax
interface CustomViewerConstructorOptions {
container?: string | HTMLElement;
uiConfig?: UiConfig;
}
Attributes
container
The container which is used to show the viewer. Its id
or HTMLElement
is acceppted.
uiConfig
The UI layout configurations of viewer, please refer to UiConfig
.