Class

japgolly.scalajs.react.component.ScalaBuilder.Lifecycle

ComponentWillUnmount

Related Doc: package Lifecycle

Permalink

final class ComponentWillUnmount[P, S, B] extends AnyVal with Base[P, S, B]

Linear Supertypes
Base[P, S, B], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComponentWillUnmount
  2. Base
  3. AnyVal
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComponentWillUnmount(raw: RawMounted[P, S, B])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def backend: B

    Permalink
    Definition Classes
    Base
  6. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  7. def getDOMNode: Element

    Permalink
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. final def mountedImpure: MountedImpure[P, S, B]

    Permalink
    Definition Classes
    Base
  10. final def mountedPure: MountedPure[P, S, B]

    Permalink
    Definition Classes
    Base
  11. def props: P

    Permalink
  12. def propsChildren: PropsChildren

    Permalink
  13. val raw: RawMounted[P, S, B]

    Permalink
    Definition Classes
    ComponentWillUnmountBase
  14. def state: S

    Permalink
  15. def toString(): String

    Permalink
    Definition Classes
    ComponentWillUnmount → Any

Deprecated Value Members

  1. def forceUpdate(prohibited: Nothing = ???): Nothing

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version ) forceUpdate prohibited within the componentWillUnmount callback.

  2. def modState(prohibited: Nothing, cb: Callback = ???): Nothing

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version ) modState prohibited within the componentWillUnmount callback.

  3. def setState(prohibited: Nothing, cb: Callback = ???): Nothing

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version ) setState prohibited within the componentWillUnmount callback.

Inherited from Base[P, S, B]

Inherited from AnyVal

Inherited from Any

Ungrouped