package server-reason-react
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Rendering React components on the server natively
Install
dune-project
Dependency
Authors
Maintainers
Sources
server-reason-react-0.4.1.tbz
sha256=2d27cb4656208dde8d5eb0c452c590186d092618ac0a04f1ab0a095a3ca58498
sha512=26e16daf87f6b80eff86ccf7df29153527b24e3f4dbc7f13820d1507b0a2e7d6db40fd774bcaad6e6cccff0bf19d4a411b95a10a071f9ce92d52bf07eb08f75f
doc/server-reason-react.webapi/Webapi/Dom/HtmlElement/Impl/index.html
Module HtmlElement.Impl
Parameters
module T : sig ... endSignature
type t_htmlElement = T.tval accessKey : t_htmlElement -> stringval setAccessKey : t_htmlElement -> string -> unitval accessKeyLabel : t_htmlElement -> stringval contentEditable : t_htmlElement -> Webapi__Dom__Types.contentEditableval setContentEditable :
t_htmlElement ->
Webapi__Dom__Types.contentEditable ->
unitval isContentEditable : t_htmlElement -> boolval contextMenu : t_htmlElement -> Dom.htmlElementval setContextMenu : t_htmlElement -> Dom.htmlElement -> unitval dataset : t_htmlElement -> Dom.domStringMapval dir : t_htmlElement -> Webapi__Dom__Types.dirval setDir : t_htmlElement -> Webapi__Dom__Types.dir -> unitval draggable : t_htmlElement -> boolval setDraggable : t_htmlElement -> bool -> unitval dropzone : t_htmlElement -> Dom.domSettableTokenListval setHidden : t_htmlElement -> bool -> unitval itemScope : t_htmlElement -> boolval setItemScope : t_htmlElement -> bool -> unitval itemType : t_htmlElement -> Dom.domSettableTokenListval itemId : t_htmlElement -> stringval setItemId : t_htmlElement -> string -> unitval itemRef : t_htmlElement -> Dom.domSettableTokenListval itemProp : t_htmlElement -> Dom.domSettableTokenListval itemValue : t_htmlElement -> < .. > Js.tval setItemValue : t_htmlElement -> < .. > Js.t -> unitval lang : t_htmlElement -> stringval setLang : t_htmlElement -> string -> unitval offsetHeight : t_htmlElement -> intval offsetLeft : t_htmlElement -> intval offsetParent : t_htmlElement -> Dom.element optionval offsetTop : t_htmlElement -> intval offsetWidth : t_htmlElement -> intval spellcheck : t_htmlElement -> boolval setSpellcheck : t_htmlElement -> bool -> unitval style : t_htmlElement -> Dom.cssStyleDeclarationval setStyle : t_htmlElement -> Dom.cssStyleDeclaration -> unitval tabIndex : t_htmlElement -> intval setTabIndex : t_htmlElement -> int -> unitval title : t_htmlElement -> stringval setTitle : t_htmlElement -> string -> unitval translate : t_htmlElement -> boolval setTranslate : t_htmlElement -> bool -> unitval blur : unit -> t_htmlElementval click : unit -> t_htmlElementval focus : unit -> t_htmlElementval focusPreventScroll : 'a -> t_htmlElement -> unitval forceSpellCheck : unit -> t_htmlElementval value : t_htmlElement -> stringval checked : t_htmlElement -> boolval type_ : t_htmlElement -> stringval setType : t_htmlElement -> string -> unitval rel : t_htmlElement -> stringval setRel : t_htmlElement -> string -> unitval href : t_htmlElement -> stringval setHref : t_htmlElement -> string -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page