package eliom
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Advanced client/server Web and mobile framework
Install
dune-project
Dependency
Authors
Maintainers
Sources
12.0.1.tar.gz
md5=4f56c3914f8308844e076957eb2f100d
sha512=c3e84bb00c53811fbe5453d8418b5afac5df1d54431b362e433506bbdb547825d6c83462c9ec7b85bb92186e01be98699aa1febc3a03a04548b9641128d93612
doc/eliom.server/Eliom_react/Down/index.html
Module Eliom_react.DownSource
Event from server to client.
A "Down event" (AKA down-going event) is an event which occurrences are transmitted asynchronously to the client. Even if they are named "events", it might be better to consider them as asynchronous server-to-client edges in the react events dependency graph.
To use this, call function of_react on server side, and just use the returned value as a react event on client side. Example: let e = of_react ... in ... {{ ... React.E.map f %e; ... }}
The abstract type of down events.
Source
val of_react :
?scope:[< Eliom_comet.Channel.comet_scope ] ->
?throttling:float ->
?name:string ->
?size:int ->
'a React.E.t ->
'a tof_react ?scope ?throttling ?name e create an asynchronous edge originating from e. The parameters are:
throttlingfor the limit to event propagation rate (minimum time, in second, between two consecutive events - other events are lost),namefor named edges,sizefor the size of the server side buffer.scopetell which kind of channel this rely on (SeeEliom_comet.create).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>