diff options
| author | Robert Jaros <rjaros@finn.pl> | 2019-04-04 13:10:28 +0200 |
|---|---|---|
| committer | Robert Jaros <rjaros@finn.pl> | 2019-04-04 13:10:28 +0200 |
| commit | 8883419bfcec00947863741d48dbd89cc877615a (patch) | |
| tree | 3bfaa51ceaae33abe2be84d1bcc6c772bec2fd59 /api/pl.treksoft.kvision.panel/-root | |
| parent | 7d18a562b285a7ae08f81ba6110637ea797e84f9 (diff) | |
| download | kvision-8883419bfcec00947863741d48dbd89cc877615a.tar.gz kvision-8883419bfcec00947863741d48dbd89cc877615a.tar.bz2 kvision-8883419bfcec00947863741d48dbd89cc877615a.zip | |
API documentation for KVision 0.0.32
Diffstat (limited to 'api/pl.treksoft.kvision.panel/-root')
| -rw-r--r-- | api/pl.treksoft.kvision.panel/-root/index.html | 12 | ||||
| -rw-r--r-- | api/pl.treksoft.kvision.panel/-root/is-first-root.html | 14 |
2 files changed, 26 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.panel/-root/index.html b/api/pl.treksoft.kvision.panel/-root/index.html index 5bfc962a..c432eace 100644 --- a/api/pl.treksoft.kvision.panel/-root/index.html +++ b/api/pl.treksoft.kvision.panel/-root/index.html @@ -25,6 +25,18 @@ Snabbdom virtual DOM.</p> </tr> </tbody> </table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="is-first-root.html">isFirstRoot</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">isFirstRoot</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +</tbody> +</table> <h3>Functions</h3> <table> <tbody> diff --git a/api/pl.treksoft.kvision.panel/-root/is-first-root.html b/api/pl.treksoft.kvision.panel/-root/is-first-root.html new file mode 100644 index 00000000..6974d7f8 --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-root/is-first-root.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Root.isFirstRoot - 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">Root</a> / <a href="./is-first-root.html">isFirstRoot</a><br/> +<br/> +<h1>isFirstRoot</h1> +<a name="pl.treksoft.kvision.panel.Root$isFirstRoot"></a> +<code><span class="keyword">val </span><span class="identifier">isFirstRoot</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +</BODY> +</HTML> |
