Packages

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])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. implicit def F: Effect[CallbackTo]
    Attributes
    protected
    Definition Classes
    Base
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def backend: B
    Definition Classes
    Base
  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. def getDOMNode: Mounted
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. final def mountedImpure: MountedImpure[P, S, B]
    Definition Classes
    Base
  11. final def mountedPure: MountedPure[P, S, B]
    Definition Classes
    Base
  12. def props: P
  13. def propsChildren: PropsChildren
  14. val raw: RawMounted[P, S, B]
    Definition Classes
    ComponentWillUnmountBase
  15. def state: S
  16. def toString(): String
    Definition Classes
    ComponentWillUnmount → Any

Deprecated Value Members

  1. def forceUpdate(no: NotAllowed): Nothing
    Annotations
    @deprecated
    Deprecated

    (Since version ) forceUpdate prohibited within the componentWillUnmount callback.

  2. def modState(no: NotAllowed, cb: Any = null): Nothing
    Annotations
    @deprecated
    Deprecated

    (Since version ) modState prohibited within the componentWillUnmount callback.

  3. def setState(no: NotAllowed, cb: Any = null): Nothing
    Annotations
    @deprecated
    Deprecated

    (Since version ) setState prohibited within the componentWillUnmount callback.

Inherited from Base[P, S, B]

Inherited from AnyVal

Inherited from Any

Ungrouped