Packages

class Loading extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: loading

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Loading
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Loading()

Value Members

  1. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  2. 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

  3. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  4. val labelStyle: UndefOr[Object]

    CSS styles for the loading label span.

    CSS styles for the loading label span.

    Since

    1.2.0

  5. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  6. 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

  7. 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

  8. def toLocaleString(): String
    Definition Classes
    Object
  9. def valueOf(): Any
    Definition Classes
    Object