class Loading extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
loading
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Loading
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Loading()
Value Members
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
val
hideDuration: UndefOr[Double]
The duration in milliseconds of the fade out effect.
The duration in milliseconds of the fade out effect.
- Since
1.2.0
Example: -
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
labelStyle: UndefOr[Object]
CSS styles for the loading label
span
.CSS styles for the loading label
span
.- Since
1.2.0
Example: -
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
showDuration: UndefOr[Double]
The duration in milliseconds of the fade in effect.
The duration in milliseconds of the fade in effect.
- Since
1.2.0
Example: -
val
style: UndefOr[Object]
CSS styles for the loading screen that covers the plot area.
CSS styles for the loading screen that covers the plot area.
- Since
1.2.0
Example: -
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object