Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 3866615ed9f87500bac83f78574eecc8 > files > 25

js-of-ocaml-doc-1.2-2.fc18.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Dom_html.Event.html">
<link rel="Up" href="Dom_html.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="CSS" rel="Chapter" href="CSS.html">
<link title="Dom" rel="Chapter" href="Dom.html">
<link title="Dom_events" rel="Chapter" href="Dom_events.html">
<link title="Dom_html" rel="Chapter" href="Dom_html.html">
<link title="Event_arrows" rel="Chapter" href="Event_arrows.html">
<link title="File" rel="Chapter" href="File.html">
<link title="Firebug" rel="Chapter" href="Firebug.html">
<link title="Form" rel="Chapter" href="Form.html">
<link title="Js" rel="Chapter" href="Js.html">
<link title="Json" rel="Chapter" href="Json.html">
<link title="Lwt_js" rel="Chapter" href="Lwt_js.html">
<link title="Lwt_js_events" rel="Chapter" href="Lwt_js_events.html">
<link title="Regexp" rel="Chapter" href="Regexp.html">
<link title="Typed_array" rel="Chapter" href="Typed_array.html">
<link title="Url" rel="Chapter" href="Url.html">
<link title="WebGL" rel="Chapter" href="WebGL.html">
<link title="XmlHttpRequest" rel="Chapter" href="XmlHttpRequest.html"><title>Dom_html.CoerceTo</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Dom_html.Event.html" title="Dom_html.Event">Previous</a>
&nbsp;<a class="up" href="Dom_html.html" title="Dom_html">Up</a>
&nbsp;</div>
<h1>Module <a href="type_Dom_html.CoerceTo.html">Dom_html.CoerceTo</a></h1>
<pre><span class="keyword">module</span> CoerceTo: <code class="code">sig</code> <a href="Dom_html.CoerceTo.html">..</a> <code class="code">end</code></pre><hr width="100%">
<br>
HTMLElement<br>
<pre><span id="VALelement"><span class="keyword">val</span> element</span> : <code class="type">#<a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALa"><span class="keyword">val</span> a</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.anchorElement-c.html">Dom_html.anchorElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALarea"><span class="keyword">val</span> area</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.areaElement-c.html">Dom_html.areaElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALbase"><span class="keyword">val</span> base</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.baseElement-c.html">Dom_html.baseElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALblockquote"><span class="keyword">val</span> blockquote</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.quoteElement-c.html">Dom_html.quoteElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALbody"><span class="keyword">val</span> body</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.bodyElement-c.html">Dom_html.bodyElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALbr"><span class="keyword">val</span> br</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.brElement-c.html">Dom_html.brElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALbutton"><span class="keyword">val</span> button</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.buttonElement-c.html">Dom_html.buttonElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALcanvas"><span class="keyword">val</span> canvas</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.canvasElement-c.html">Dom_html.canvasElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALcaption"><span class="keyword">val</span> caption</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.tableCaptionElement-c.html">Dom_html.tableCaptionElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALcol"><span class="keyword">val</span> col</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.tableColElement-c.html">Dom_html.tableColElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALcolgroup"><span class="keyword">val</span> colgroup</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.tableColElement-c.html">Dom_html.tableColElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALdel"><span class="keyword">val</span> del</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.modElement-c.html">Dom_html.modElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALdiv"><span class="keyword">val</span> div</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.divElement-c.html">Dom_html.divElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALdl"><span class="keyword">val</span> dl</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.dListElement-c.html">Dom_html.dListElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALfieldset"><span class="keyword">val</span> fieldset</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.fieldSetElement-c.html">Dom_html.fieldSetElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALform"><span class="keyword">val</span> form</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.formElement-c.html">Dom_html.formElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALframeset"><span class="keyword">val</span> frameset</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.frameSetElement-c.html">Dom_html.frameSetElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALframe"><span class="keyword">val</span> frame</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.frameElement-c.html">Dom_html.frameElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALh1"><span class="keyword">val</span> h1</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.headingElement-c.html">Dom_html.headingElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALh2"><span class="keyword">val</span> h2</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.headingElement-c.html">Dom_html.headingElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALh3"><span class="keyword">val</span> h3</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.headingElement-c.html">Dom_html.headingElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALh4"><span class="keyword">val</span> h4</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.headingElement-c.html">Dom_html.headingElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALh5"><span class="keyword">val</span> h5</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.headingElement-c.html">Dom_html.headingElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALh6"><span class="keyword">val</span> h6</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.headingElement-c.html">Dom_html.headingElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALhead"><span class="keyword">val</span> head</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.headElement-c.html">Dom_html.headElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALhr"><span class="keyword">val</span> hr</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.hrElement-c.html">Dom_html.hrElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALhtml"><span class="keyword">val</span> html</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.htmlElement-c.html">Dom_html.htmlElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALiframe"><span class="keyword">val</span> iframe</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.iFrameElement-c.html">Dom_html.iFrameElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALimg"><span class="keyword">val</span> img</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.imageElement-c.html">Dom_html.imageElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALinput"><span class="keyword">val</span> input</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.inputElement-c.html">Dom_html.inputElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALins"><span class="keyword">val</span> ins</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.modElement-c.html">Dom_html.modElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALlabel"><span class="keyword">val</span> label</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.labelElement-c.html">Dom_html.labelElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALlegend"><span class="keyword">val</span> legend</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.legendElement-c.html">Dom_html.legendElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALli"><span class="keyword">val</span> li</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.liElement-c.html">Dom_html.liElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALlink"><span class="keyword">val</span> link</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.linkElement-c.html">Dom_html.linkElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALmap"><span class="keyword">val</span> map</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.mapElement-c.html">Dom_html.mapElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALmeta"><span class="keyword">val</span> meta</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.metaElement-c.html">Dom_html.metaElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VAL_object"><span class="keyword">val</span> _object</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.objectElement-c.html">Dom_html.objectElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALol"><span class="keyword">val</span> ol</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.oListElement-c.html">Dom_html.oListElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALoptgroup"><span class="keyword">val</span> optgroup</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.optGroupElement-c.html">Dom_html.optGroupElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALoption"><span class="keyword">val</span> option</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.optionElement-c.html">Dom_html.optionElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALp"><span class="keyword">val</span> p</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.paramElement-c.html">Dom_html.paramElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALparam"><span class="keyword">val</span> param</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.paramElement-c.html">Dom_html.paramElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALpre"><span class="keyword">val</span> pre</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.preElement-c.html">Dom_html.preElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALq"><span class="keyword">val</span> q</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.quoteElement-c.html">Dom_html.quoteElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALscript"><span class="keyword">val</span> script</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.scriptElement-c.html">Dom_html.scriptElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALselect"><span class="keyword">val</span> select</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.selectElement-c.html">Dom_html.selectElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALstyle"><span class="keyword">val</span> style</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.styleElement-c.html">Dom_html.styleElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALtable"><span class="keyword">val</span> table</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.tableElement-c.html">Dom_html.tableElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALtbody"><span class="keyword">val</span> tbody</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.tableSectionElement-c.html">Dom_html.tableSectionElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALtd"><span class="keyword">val</span> td</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.tableColElement-c.html">Dom_html.tableColElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALtextarea"><span class="keyword">val</span> textarea</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.textAreaElement-c.html">Dom_html.textAreaElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALtfoot"><span class="keyword">val</span> tfoot</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.tableSectionElement-c.html">Dom_html.tableSectionElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALth"><span class="keyword">val</span> th</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.tableColElement-c.html">Dom_html.tableColElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALthead"><span class="keyword">val</span> thead</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.tableSectionElement-c.html">Dom_html.tableSectionElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALtitle"><span class="keyword">val</span> title</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.titleElement-c.html">Dom_html.titleElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALtr"><span class="keyword">val</span> tr</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.tableRowElement-c.html">Dom_html.tableRowElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALul"><span class="keyword">val</span> ul</span> : <code class="type">#<a href="Dom_html.element-c.html">Dom_html.element</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.uListElement-c.html">Dom_html.uListElement</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><br>
Event<br>
<pre><span id="VALmouseEvent"><span class="keyword">val</span> mouseEvent</span> : <code class="type">#<a href="Dom_html.event-c.html">Dom_html.event</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.mouseEvent-c.html">Dom_html.mouseEvent</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALkeyboardEvent"><span class="keyword">val</span> keyboardEvent</span> : <code class="type">#<a href="Dom_html.event-c.html">Dom_html.event</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.keyboardEvent-c.html">Dom_html.keyboardEvent</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALwheelEvent"><span class="keyword">val</span> wheelEvent</span> : <code class="type">#<a href="Dom_html.event-c.html">Dom_html.event</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.wheelEvent-c.html">Dom_html.wheelEvent</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALmouseScrollEvent"><span class="keyword">val</span> mouseScrollEvent</span> : <code class="type">#<a href="Dom_html.event-c.html">Dom_html.event</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.mouseScrollEvent-c.html">Dom_html.mouseScrollEvent</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre><pre><span id="VALpopStateEvent"><span class="keyword">val</span> popStateEvent</span> : <code class="type">#<a href="Dom_html.event-c.html">Dom_html.event</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom_html.popStateEvent-c.html">Dom_html.popStateEvent</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a></code></pre></body></html>