package server-reason-react
Rendering React components on the server natively
Install
Dune Dependency
Authors
Maintainers
Sources
server-reason-react-0.3.0.tbz
sha256=2a6fc7197d251dc91babcf22cb6987e1d07e91ae631cc62a893df2c6da6b49b5
sha512=c6ed6eb39b046b698844e561cf9a42a866e4df632a6e495a6473ba629ecd9ee534db0b5b42737776d9a4b15376bea1380b77749228c88a0fc0f6b10ead4b3a01
doc/server-reason-react.webapi/Webapi/Dom/HtmlDocument/Impl/index.html
Module HtmlDocument.Impl
Parameters
module T : sig ... end
Signature
type t_htmlDocument = T.t
val activeElement : t_htmlDocument -> Dom.element option
val body : t_htmlDocument -> Dom.element option
val setBody : t_htmlDocument -> Dom.element -> unit
val cookie : t_htmlDocument -> string
val setCookie : t_htmlDocument -> string -> unit
val defaultView : t_htmlDocument -> Dom.window option
val designMode : t_htmlDocument -> Webapi__Dom__Types.designMode
val setDesignMode : t_htmlDocument -> Webapi__Dom__Types.designMode -> unit
val dir : t_htmlDocument -> Webapi__Dom__Types.dir
val setDir : t_htmlDocument -> Webapi__Dom__Types.dir -> unit
val domain : t_htmlDocument -> string option
val setDomain : t_htmlDocument -> string -> unit
val embeds : t_htmlDocument -> Dom.nodeList
val forms : t_htmlDocument -> Dom.htmlCollection
val head : t_htmlDocument -> Dom.element
val images : t_htmlDocument -> Dom.htmlCollection
val lastModified : t_htmlDocument -> string
val links : t_htmlDocument -> Dom.nodeList
val location : t_htmlDocument -> Dom.location
val setLocation : t_htmlDocument -> string -> unit
val plugins : t_htmlDocument -> Dom.htmlCollection
val readyState : t_htmlDocument -> Webapi__Dom__Types.readyState
val referrer : t_htmlDocument -> string
val scripts : t_htmlDocument -> Dom.htmlCollection
val title : t_htmlDocument -> string
val setTitle : t_htmlDocument -> string -> unit
val url : t_htmlDocument -> string
val close : unit -> t_htmlDocument
val execCommand : string -> bool -> string option -> t_htmlDocument -> bool
val getElementsByName : string -> t_htmlDocument -> Dom.nodeList
val getSelection : Dom.selection -> t_htmlDocument
val hasFocus : bool -> t_htmlDocument
val open_ : unit -> t_htmlDocument
val queryCommandEnabled : string -> t_htmlDocument -> bool
val queryCommandIndeterm : string -> t_htmlDocument -> bool
val queryCommandSupported : string -> t_htmlDocument -> bool
val queryCommandValue : string -> t_htmlDocument -> string
val write : string -> t_htmlDocument -> unit
val writeln : string -> t_htmlDocument -> unit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page