blob: cf15e115a1e910d7d22e91b9dea9a6bf9d59f95d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>SpinnerInput.getState - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.spinner</a> / <a href="index.html">SpinnerInput</a> / <a href="./get-state.html">getState</a><br/>
<br/>
<h1>getState</h1>
(js) <a name="pl.treksoft.kvision.form.spinner.SpinnerInput$getState()"></a>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getState</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code>
<p>Get current state.</p>
</BODY>
</HTML>
|