diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.utils/-kv-event/index.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.utils/-kv-event/index.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.utils/-kv-event/index.html b/docs/api/pl.treksoft.kvision.utils/-kv-event/index.html new file mode 100644 index 00000000..5a47c9f4 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.utils/-kv-event/index.html @@ -0,0 +1,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> |