LoadingBar
class LoadingBar implements View3DPlugin
A plugin that displays loading bar while
Properties
constructor
new LoadingBar(options)
Create new instance of LoadingBar
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
options | LoadingBarOptions | ✔️ | {} | Options for the LoadingBar |
Properties
DEFAULT_CLASS
Default class names that LoadingBar uses
Type: object
PROPERTY | TYPE | DESCRIPTION |
---|---|---|
OVERLAY | "view3d-lb-overlay" | A class name for overlay element of LoadingBar plugin |
WRAPPER | "view3d-lb-wrapper" | A class name for wrapper element of LoadingBar plugin |
BASE | "view3d-lb-base" | A class name for progress bar base element of LoadingBar plugin |
LABEL | "view3d-lb-label" | A class name for label element of LoadingBar plugin |
FILLER | "view3d-lb-filler" | A class name for progress bar filler element of LoadingBar plugin |
TYPE_SPINNER | "is-spinner" | A class name for LoadingBar plugin when the type is "spinner" |
TYPE_TOP | "is-top" | A class name for LoadingBar plugin when the type is "top" |
TYPE
Available styles of loading bar