eliom.client
Page_status.Events
convenience functions for retrieving a react event for the current page that is triggered whenever it reaches the respective status
eliom.ocamlbuild
eliom.ppx
eliom.server
monitor
monitor_start
ppx_client
ppx_server
ppx_type
ppx_utils
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)
inactive
Active
Cached
Dead