Skip to main content

LoadingBar

class LoadingBar implements View3DPlugin

A plugin that displays loading bar while

Properties
DEFAULT_CLASSstatic
TYPEstatic

constructor

new LoadingBar(options)

Create new instance of LoadingBar

PARAMETERTYPEOPTIONALDEFAULTDESCRIPTION
optionsLoadingBarOptions✔️{}Options for the LoadingBar

Properties

DEFAULT_CLASS

static

Default class names that LoadingBar uses

Type: object

PROPERTYTYPEDESCRIPTION
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

static

Available styles of loading bar