Properties
Protected
_contentDiv
_contentDiv: undefined | HTMLDivElement
Protected
_dirty
_dirty: boolean = false
Private
_isHidden
_isHidden: boolean = false
Private
_isPreviewing
_isPreviewing: boolean = false
Protected
_mainDiv
_mainDiv: HTMLDivElement
Private
_previewState
_previewState: Map<string, {
progress: number;
state: string;
} | {
progress?: undefined;
state: string;
}> = ...
Private
_temp
_temp: HTMLTemplateElement = ...
Protected
Optional
_viewer
Protected
_viewerListeners
_viewerListeners: PartialRecord<"update" | "dispose" | "preRender" | "postRender" | "preFrame" | "postFrame" | "*" | "addPlugin" | "removePlugin" | "renderEnabled" | "renderDisabled", ((e) => void)> = {} background
background: string = '#ffffff'
backgroundBlur
backgroundBlur: number = 24
backgroundOpacity
backgroundOpacity: number = 0.5
Optional
Readonly
container
container?: HTMLElement
enabled
enabled: boolean = true
errorTextHeader
errorTextHeader: string = 'Error Loading Files'
filesElement
filesElement: HTMLDivElement = ...
hideDelay
hideDelay: number = 500
hideOnFilesLoad
hideOnFilesLoad: boolean = true
hideOnOnlyErrors
hideOnOnlyErrors: boolean = true
hideOnSceneObjectLoad
hideOnSceneObjectLoad: boolean = false
loadingElement
loadingElement: HTMLDivElement = ...
loadingTextHeader
loadingTextHeader: string = 'Loading Files'
logoElement
logoElement: HTMLDivElement = ...
logoImage
logoImage: string = 'https://static.webgi.xyz/logo.svg'
minimizeOnSceneObjectLoad
minimizeOnSceneObjectLoad: boolean = true
showFileNames
showFileNames: boolean = true
showOnFilesLoading
showOnFilesLoading: boolean = true
showOnSceneEmpty
showOnSceneEmpty: boolean = true
showProcessStates
showProcessStates: boolean = true
showProgress
showProgress: boolean = true
spinners
spinners: {
html: string;
styles: string;
}[] = ...
Type declaration
html: string
styles: string
styles
styles: string = styles
Optional
stylesheet
stylesheet?: HTMLStyleElement
Optional
stylesheetLoader
stylesheetLoader?: HTMLStyleElement[]
textColor
textColor: string = '#222222'
Static
Optional
Readonly
OldPluginType
OldPluginType?: string
Static
Readonly
PluginType
PluginType: "LoadingScreenPlugin" = 'LoadingScreenPlugin'
Loading Screen Plugin
Shows a configurable loading screen overlay over the canvas.