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.3.0.tbz
sha256=2a6fc7197d251dc91babcf22cb6987e1d07e91ae631cc62a893df2c6da6b49b5
sha512=c6ed6eb39b046b698844e561cf9a42a866e4df632a6e495a6473ba629ecd9ee534db0b5b42737776d9a4b15376bea1380b77749228c88a0fc0f6b10ead4b3a01
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