sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The implementation of the effects.
Signatures of the effects.
module ID : sig ... end
The type of IDs and its friends.
type id = ID.t
The type of unique IDs. The client should not assume a particular indexing scheme.
Register a new item and get an ID. Note that registering the same item twice will get two different IDs.
Export the internal storage for serialization. Once exported, the representation is persistent and can be traversed without the effect handler.