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.1.0.tbz
sha256=557e215377660a5c48c0494704d3d149ff249d4a5669f1749b393176b963ea05
sha512=cc3dd53dd21d2564ad031ca74552587f4a8200833ec80392fd190a55d7a7f83bec0fc57d2ec0e262c0c3ef2e78a89914872ea1588921c3cb8836e8e5f67b4cef
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