diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.panel/-simple-panel/children-v-nodes.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.panel/-simple-panel/children-v-nodes.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.panel/-simple-panel/children-v-nodes.html b/docs/api/pl.treksoft.kvision.panel/-simple-panel/children-v-nodes.html new file mode 100644 index 00000000..9baee56a --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-simple-panel/children-v-nodes.html @@ -0,0 +1,17 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SimplePanel.childrenVNodes - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.panel</a> / <a href="index.html">SimplePanel</a> / <a href="./children-v-nodes.html">childrenVNodes</a><br/> +<br/> +<h1>childrenVNodes</h1> +<a name="pl.treksoft.kvision.panel.SimplePanel$childrenVNodes()"></a> +<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">childrenVNodes</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"><</span><span class="identifier">VNode</span><span class="symbol">></span></code> +<p>Returns the array of the children Snabbdom vnodes.</p> +<p><strong>Return</strong><br/> +array of children vnodes</p> +</BODY> +</HTML> |