summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.electron/-remote/index.html
blob: ce4b7d61c752ac129b5687b39f347d1537191485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Remote - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="./index.html">Remote</a><br/>
<br/>
<h1>Remote</h1>
(js) <code><span class="keyword">interface </span><span class="identifier">Remote</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../-main-interface/index.html"><span class="identifier">MainInterface</span></a></code>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
(js) 
<h4><a href="process.html">process</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">process</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span></code></td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
(js) 
<h4><a href="get-current-web-contents.html">getCurrentWebContents</a></h4>
</td>
<td>
<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getCurrentWebContents</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../-web-contents/index.html"><span class="identifier">WebContents</span></a></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="get-current-window.html">getCurrentWindow</a></h4>
</td>
<td>
<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getCurrentWindow</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../-browser-window/index.html"><span class="identifier">BrowserWindow</span></a></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="get-global.html">getGlobal</a></h4>
</td>
<td>
<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getGlobal</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Remote$getGlobal(kotlin.String)/name">name</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="require.html">require</a></h4>
</td>
<td>
<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">require</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.Remote$require(kotlin.String)/module">module</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>