package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

convenience functions for retrieving a react event for the current page that is triggered whenever it reaches the respective status

val active : unit -> unit React.E.t
val cached : unit -> unit React.E.t
val dead : unit -> unit React.E.t
val inactive : unit -> unit React.E.t

inactive occurs when the Active state is left (Cached or Dead)