sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Make
returns a mergeable counter using the backend and other parameters as specified by the user.
module Store :
Irmin.S
with type branch = string
with type key = string list
with type step = string
Content store of counter. All store related operations like branching, cloning, merging, etc are done through this module.
Increment the counter by the amount specified using by
. If no value is specified, then by
is assigned the value 1L.
Decrement the counter by the amount specified using by
. If no value is specified, then by
is assigned the value 1L.