final class ComponentWillUnmount[P, S, B] extends AnyVal with Base[P, S, B]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ComponentWillUnmount
- Base
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ComponentWillUnmount(raw: RawMounted[P, S, B])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- implicit def F: Effect[CallbackTo]
- Attributes
- protected
- Definition Classes
- Base
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def backend: B
- Definition Classes
- Base
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getDOMNode: Mounted
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def mountedImpure: MountedImpure[P, S, B]
- Definition Classes
- Base
- final def mountedPure: MountedPure[P, S, B]
- Definition Classes
- Base
- def props: P
- def propsChildren: PropsChildren
- val raw: RawMounted[P, S, B]
- Definition Classes
- ComponentWillUnmount → Base
- def state: S
- def toString(): String
- Definition Classes
- ComponentWillUnmount → Any
Deprecated Value Members
- def forceUpdate(no: NotAllowed): Nothing
- Annotations
- @deprecated
- Deprecated
(Since version ) forceUpdate prohibited within the componentWillUnmount callback.
- def modState(no: NotAllowed, cb: Any = null): Nothing
- Annotations
- @deprecated
- Deprecated
(Since version ) modState prohibited within the componentWillUnmount callback.
- def setState(no: NotAllowed, cb: Any = null): Nothing
- Annotations
- @deprecated
- Deprecated
(Since version ) setState prohibited within the componentWillUnmount callback.