OnUnmount

trait OnUnmount extends OnUnmountF[Sync]

Accrues procedures to be run automatically when its component unmounts.

Install in ScalaComponent.build via .configure(OnUnmount.install).

Companion:
object
trait OnUnmountF[Sync]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def onUnmount[G[_]](f: => G[Unit])(implicit G: Dispatch[G]): Function0[Unit]
Inherited from:
OnUnmountF
final def unmount: Function0[Unit]
Inherited from:
OnUnmountF