blob: 8cde2f8ab7b59d7f7c8679de259859c7c4245f1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>SelectOption.divider - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.select</a> / <a href="index.html">SelectOption</a> / <a href="./divider.html">divider</a><br/>
<br/>
<h1>divider</h1>
<a name="pl.treksoft.kvision.form.select.SelectOption$divider"></a>
<code><span class="keyword">var </span><span class="identifier">divider</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>
<p>Determines if the option should be rendered as divider.</p>
</BODY>
</HTML>
|