blob: 2c055b919d9c4855129bc4e2cb3de06b334eb174 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Component.parent - 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">Component</a> / <a href="./parent.html">parent</a><br/>
<br/>
<h1>parent</h1>
<a name="pl.treksoft.kvision.core.Component$parent"></a>
<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">parent</span><span class="symbol">: </span><a href="../-container/index.html"><span class="identifier">Container</span></a><span class="symbol">?</span></code>
<p>Parent of the current component.</p>
</BODY>
</HTML>
|