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.5.1.tbz
sha256=3972f64a3ec22b120b40137f74e7862629b2164e5bbf8b85489d4c7b8bc13288
sha512=24a52537c091c4b278ea5e468aa6786378f8b559ed2128e824b6f84f26c283856a30e7ef01aab6101087bd53b9bdc2ecd8152c00db10bccff67221b9c67318a0
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