blob: 5a47c9f43a02fec535bf50a999bbdfeddfa7e6db (
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
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>KvEvent - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="./index.html">KvEvent</a><br/>
<br/>
<h1>KvEvent</h1>
<code><span class="keyword">class </span><span class="identifier">KvEvent</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom/-custom-event/index.html"><span class="identifier">CustomEvent</span></a></code>
<p>Helper class for defining custom events.</p>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-init-.html"><init></a></p>
</td>
<td>
<code><span class="identifier">KvEvent</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.utils.KvEvent$<init>(kotlin.String, org.w3c.dom.CustomEventInit)/type">type</span><span class="symbol">:</span> <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="identifier" id="pl.treksoft.kvision.utils.KvEvent$<init>(kotlin.String, org.w3c.dom.CustomEventInit)/eventInitDict">eventInitDict</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom/-custom-event-init/index.html"><span class="identifier">CustomEventInit</span></a><span class="symbol">)</span></code>
<p>Helper class for defining custom events.</p>
</td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="detail.html">detail</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">detail</span><span class="symbol">: </span><span class="identifier">KvJQueryEventObject</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|