diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-02-09 13:40:35 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-02-09 13:40:35 +0100 |
commit | d8cd67062b8de6e8398dc6dfd00d201200c82414 (patch) | |
tree | 601082ec1eec73bc7a7d6ce8b51352e5345ffe81 /docs/api/pl.treksoft.kvision.hmr/-module | |
parent | 955304789ea83aceacbdf4c8a9eb742f6c2518f6 (diff) | |
download | kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.tar.gz kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.tar.bz2 kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.zip |
API doc and readme
Diffstat (limited to 'docs/api/pl.treksoft.kvision.hmr/-module')
-rw-r--r-- | docs/api/pl.treksoft.kvision.hmr/-module/hot.html | 14 | ||||
-rw-r--r-- | docs/api/pl.treksoft.kvision.hmr/-module/index.html | 26 |
2 files changed, 40 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.hmr/-module/hot.html b/docs/api/pl.treksoft.kvision.hmr/-module/hot.html new file mode 100644 index 00000000..410cd073 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.hmr/-module/hot.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Module.hot - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.hmr</a> / <a href="index.html">Module</a> / <a href="./hot.html">hot</a><br/> +<br/> +<h1>hot</h1> +<a name="pl.treksoft.kvision.hmr.Module$hot"></a> +<code><span class="keyword">abstract</span> <span class="keyword">val </span><span class="identifier">hot</span><span class="symbol">: </span><a href="../-hot/index.html"><span class="identifier">Hot</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.hmr/-module/index.html b/docs/api/pl.treksoft.kvision.hmr/-module/index.html new file mode 100644 index 00000000..a1cb37f9 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.hmr/-module/index.html @@ -0,0 +1,26 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Module - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.hmr</a> / <a href="./index.html">Module</a><br/> +<br/> +<h1>Module</h1> +<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">Module</span></code> +<p>Helper interface for Hot Module Replacement (HMR).</p> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="hot.html">hot</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">val </span><span class="identifier">hot</span><span class="symbol">: </span><a href="../-hot/index.html"><span class="identifier">Hot</span></a><span class="symbol">?</span></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |