aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.electron/-browser-view/index.html
blob: 2b8a71caaad2b089a59a8ddbcd3bc284a836cd34 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>BrowserView - 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">BrowserView</a><br/>
<br/>
<h1>BrowserView</h1>
(js) <code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">BrowserView</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../-event-emitter/index.html"><span class="identifier">EventEmitter</span></a></code>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
(js) 
<h4><a href="-init-.html">&lt;init&gt;</a></h4>
</td>
<td>
<code><span class="identifier">BrowserView</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.BrowserView$<init>(pl.treksoft.kvision.electron.BrowserViewConstructorOptions)/options">options</span><span class="symbol">:</span>&nbsp;<a href="../-browser-view-constructor-options/index.html"><span class="identifier">BrowserViewConstructorOptions</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;definedExternally<span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
(js) 
<h4><a href="id.html">id</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">id</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="web-contents.html">webContents</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">webContents</span><span class="symbol">: </span><a href="../-web-contents/index.html"><span class="identifier">WebContents</span></a></code></td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
(js) 
<h4><a href="destroy.html">destroy</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">destroy</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="is-destroyed.html">isDestroyed</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">isDestroyed</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="set-auto-resize.html">setAutoResize</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setAutoResize</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.BrowserView$setAutoResize(pl.treksoft.kvision.electron.AutoResizeOptions)/options">options</span><span class="symbol">:</span>&nbsp;<a href="../-auto-resize-options/index.html"><span class="identifier">AutoResizeOptions</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="set-background-color.html">setBackgroundColor</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setBackgroundColor</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.BrowserView$setBackgroundColor(kotlin.String)/color">color</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/-unit/index.html"><span class="identifier">Unit</span></a></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="set-bounds.html">setBounds</a></h4>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setBounds</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.BrowserView$setBounds(pl.treksoft.kvision.electron.Rectangle)/bounds">bounds</span><span class="symbol">:</span>&nbsp;<a href="../-rectangle/index.html"><span class="identifier">Rectangle</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td>
</tr>
</tbody>
</table>
<h3>Companion Object Functions</h3>
<table>
<tbody>
<tr>
<td>
(js) 
<h4><a href="from-id.html">fromId</a></h4>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">fromId</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.BrowserView.Companion$fromId(kotlin.Number)/id">id</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">BrowserView</span></a></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="from-web-contents.html">fromWebContents</a></h4>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">fromWebContents</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.BrowserView.Companion$fromWebContents(pl.treksoft.kvision.electron.WebContents)/webContents">webContents</span><span class="symbol">:</span>&nbsp;<a href="../-web-contents/index.html"><span class="identifier">WebContents</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="./index.html"><span class="identifier">BrowserView</span></a><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="get-all-views.html">getAllViews</a></h4>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">getAllViews</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol">&lt;</span><a href="./index.html"><span class="identifier">BrowserView</span></a><span class="symbol">&gt;</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>