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_reference/Ext/index.html
Module Eliom_reference.ExtSource
This module allows access to references for other groups, sessions, or client processes. Use it in conjunction with functions like Eliom_state.Ext.iter_sub_states to get the sessions from a group (or the processes from a session).
Source
val get :
([< `Session_group | `Session | `Client_process ], [< `Data | `Pers ])
Eliom_state.Ext.state ->
'a eref ->
'a Lwt.tget the value of a reference from outside the state. If the value has not been set yet for this state, it will raise exception Eref_not_initialized.
Source
val set :
([< `Session_group | `Session | `Client_process ], [< `Data | `Pers ])
Eliom_state.Ext.state ->
'a eref ->
'a ->
unit Lwt.tSource
val modify :
([< `Session_group | `Session | `Client_process ], [< `Data | `Pers ])
Eliom_state.Ext.state ->
'a eref ->
('a -> 'a) ->
unit Lwt.tWarning: the function will be executed with the current context
Source
val unset :
([< `Session_group | `Session | `Client_process ], [< `Data | `Pers ])
Eliom_state.Ext.state ->
'a eref ->
unit Lwt.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>