diff options
| author | Robert Jaros <rjaros@finn.pl> | 2020-03-27 23:00:56 +0100 |
|---|---|---|
| committer | Robert Jaros <rjaros@finn.pl> | 2020-03-27 23:00:56 +0100 |
| commit | 0a6e242e88964d2049f2ec5de78ed84c54a856a7 (patch) | |
| tree | f1aee378f2efed945e0990e8e6c5af5d0a8917c4 /api/pl.treksoft.kvision.core/-widget | |
| parent | 0365722f8549ee93918be99da1b9f901cf0b2c8d (diff) | |
| download | kvision-0a6e242e88964d2049f2ec5de78ed84c54a856a7.tar.gz kvision-0a6e242e88964d2049f2ec5de78ed84c54a856a7.tar.bz2 kvision-0a6e242e88964d2049f2ec5de78ed84c54a856a7.zip | |
API documentation for KVision 3.6.0
Diffstat (limited to 'api/pl.treksoft.kvision.core/-widget')
3 files changed, 44 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-widget/after-destroy-hook.html b/api/pl.treksoft.kvision.core/-widget/after-destroy-hook.html new file mode 100644 index 00000000..e489023d --- /dev/null +++ b/api/pl.treksoft.kvision.core/-widget/after-destroy-hook.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Widget.afterDestroyHook - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Widget</a> / <a href="./after-destroy-hook.html">afterDestroyHook</a><br/> +<br/> +<h1>afterDestroyHook</h1> +(js) <a name="pl.treksoft.kvision.core.Widget$afterDestroyHook"></a> +<code><span class="keyword">var </span><span class="identifier">afterDestroyHook</span><span class="symbol">: </span><span class="symbol">(</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><span class="symbol">)</span><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-widget/after-insert-hook.html b/api/pl.treksoft.kvision.core/-widget/after-insert-hook.html new file mode 100644 index 00000000..a5530545 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-widget/after-insert-hook.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Widget.afterInsertHook - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Widget</a> / <a href="./after-insert-hook.html">afterInsertHook</a><br/> +<br/> +<h1>afterInsertHook</h1> +(js) <a name="pl.treksoft.kvision.core.Widget$afterInsertHook"></a> +<code><span class="keyword">var </span><span class="identifier">afterInsertHook</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">VNode</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><span class="symbol">)</span><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-widget/index.html b/api/pl.treksoft.kvision.core/-widget/index.html index 6d64d210..5451601e 100644 --- a/api/pl.treksoft.kvision.core/-widget/index.html +++ b/api/pl.treksoft.kvision.core/-widget/index.html @@ -52,6 +52,22 @@ <tr> <td> (js) +<h4><a href="after-destroy-hook.html">afterDestroyHook</a></h4> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">afterDestroyHook</span><span class="symbol">: </span><span class="symbol">(</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><span class="symbol">)</span><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +(js) +<h4><a href="after-insert-hook.html">afterInsertHook</a></h4> +</td> +<td> +<code><span class="keyword">var </span><span class="identifier">afterInsertHook</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">VNode</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><span class="symbol">)</span><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +(js) <h4><a href="draggable.html">draggable</a></h4> </td> <td> |
