blob: dd6b54f906372342c1a22c129824adbc0ada8a16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>StackPanel.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">StackPanel</a> / <a href="./children-v-nodes.html">childrenVNodes</a><br/>
<br/>
<h1>childrenVNodes</h1>
<a name="pl.treksoft.kvision.panel.StackPanel$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>Overrides <a href="../-simple-panel/children-v-nodes.html">SimplePanel.childrenVNodes</a></p>
<p>Returns the array of the children Snabbdom vnodes.</p>
<p><strong>Return</strong><br/>
array of children vnodes</p>
</BODY>
</HTML>
|