Backend

japgolly.scalajs.react.extra.OnUnmount$.Backend
final class Backend extends OnUnmount

Convenience class for the frequent case that a component needs a backend with OnUnmount and nothing else.

Attributes

Deprecated
true
Graph
Supertypes
trait OnUnmount
trait OnUnmountF[Sync]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

final def onUnmount[G[_]](f: => G[Unit])(implicit G: Dispatch[G]): F[Unit]

Attributes

Inherited from:
OnUnmountF
final def unmount: F[Unit]

Attributes

Inherited from:
OnUnmountF