diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
commit | fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb (patch) | |
tree | 911c8e9b208b9ba77f00531668d1d99b40fcb8e3 /api1/pl.treksoft.kvision.electron.nodejs/index.html | |
parent | 4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 (diff) | |
download | kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.gz kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.bz2 kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.zip |
API documentation for KVision 2.0.0
Diffstat (limited to 'api1/pl.treksoft.kvision.electron.nodejs/index.html')
-rw-r--r-- | api1/pl.treksoft.kvision.electron.nodejs/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.electron.nodejs/index.html b/api1/pl.treksoft.kvision.electron.nodejs/index.html new file mode 100644 index 00000000..446efb97 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron.nodejs/index.html @@ -0,0 +1,32 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.electron.nodejs - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.electron.nodejs</a><br/> +<br/> +<h2>Package pl.treksoft.kvision.electron.nodejs</h2> +<p>Kotlin bindings for NodeJS API within Electron.</p> +<h3>Types</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-process/index.html">Process</a></p> +</td> +<td> +<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">Process</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.electron/-event-emitter/index.html"><span class="identifier">EventEmitter</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="-process-versions/index.html">ProcessVersions</a></p> +</td> +<td> +<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">ProcessVersions</span></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |