class Async extends Object

Annotations
@JSType() @native() @JSImport("@uifabric/utilities", "Async")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Async
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Async(parent: UndefOr[Object] = js.undefined, onError: UndefOr[Function1[Any, Unit]] = js.undefined)

Value Members

  1. def cancelAnimationFrame(id: Int, targetElement: UndefOr[|[Element, Null]] = js.undefined): Unit
  2. def clearImmediate(id: Int, targetElement: UndefOr[|[Element, Null]] = js.undefined): Unit
  3. def clearInterval(id: Int): Unit
  4. def clearTimeout(id: Int): Unit
  5. def debounce[T](f: Function0[Unit], wait: UndefOr[Int] = js.undefined, options: UndefOr[DebounceOptions] = js.undefined): CancelableAndCallable[T]
  6. def dispose(): Unit
  7. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  10. def requestAnimationFrame(callback: Function0[Unit], targetElement: UndefOr[|[Element, Null]] = js.undefined): Int
  11. def setImmediate(callback: Function0[Unit], targetElement: UndefOr[|[Element, Null]] = js.undefined): Int
  12. def setInterval(callback: Function0[Unit], duration: Int): Int
  13. def setTimeout(callback: Function0[Unit], duration: Int): Int
  14. def throttle[T](f: Function0[Unit], wait: UndefOr[Int] = js.undefined, options: UndefOr[DebounceOptions] = js.undefined): |[T, Function0[Unit]]
  15. def toLocaleString(): String
    Definition Classes
    Object
  16. def valueOf(): Any
    Definition Classes
    Object