package SZXX
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val sexp_of_element : element -> Sexplib0.Sexp.t
el |> dot "row"
returns the first immediate <row>
child of element el
val dot_text : string -> element -> string option
el |> dot "row"
returns the text of the first immediate <row>
child of element el
el |> filter_map "row" ~f
returns all filtered f <row>
children of element el
el |> at "3"
returns the nth (0-based indexing) immediate child of element el
. The first argument is a string.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>