package virtual_dom
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type node_creator =
?key:Base.string ->
Virtual_dom__.Attr.t Base.list ->
t Base.list ->
t
val text : Base.string -> t
val a : node_creator
val body : node_creator
val button : node_creator
val div : node_creator
val h1 : node_creator
val h2 : node_creator
val h3 : node_creator
val h4 : node_creator
val h5 : node_creator
val header : node_creator
val html : node_creator
val input : node_creator
val textarea : node_creator
val select : node_creator
val option : node_creator
val label : node_creator
val li : node_creator
val p : node_creator
val section : node_creator
val span : node_creator
val strong : node_creator
val table : node_creator
val tbody : node_creator
val td : node_creator
val th : node_creator
val thead : node_creator
val tr : node_creator
val ul : node_creator
val create :
Base.string ->
?key:Base.string ->
Virtual_dom__.Attr.t Base.list ->
t Base.list ->
t
key
is used by Virtual_dom as a hint during diffing/patching
val svg :
Base.string ->
?key:Base.string ->
Virtual_dom__.Attr.t Base.list ->
t Base.list ->
t
val to_dom : t -> Dom_html.element Js.t
module Lazy : sig ... end
module Patch : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>