blob: a1f2e25fc512e1921a299b04d6102b2af03bade7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Tabulator.nativeToData - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.tabulator</a> / <a href="index.html">Tabulator</a> / <a href="./native-to-data.html">nativeToData</a><br/>
<br/>
<h1>nativeToData</h1>
<a name="pl.treksoft.kvision.tabulator.Tabulator$nativeToData(kotlin.Any, kotlinx.serialization.KSerializer((pl.treksoft.kvision.tabulator.Tabulator.T)))"></a>
<code><span class="keyword">protected</span> <span class="keyword">fun </span><span class="identifier">nativeToData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$nativeToData(kotlin.Any, kotlinx.serialization.KSerializer((pl.treksoft.kvision.tabulator.Tabulator.T)))/data">data</span><span class="symbol">:</span> <span class="keyword">dynamic</span><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$nativeToData(kotlin.Any, kotlinx.serialization.KSerializer((pl.treksoft.kvision.tabulator.Tabulator.T)))/dataSerializer">dataSerializer</span><span class="symbol">:</span> <span class="identifier">KSerializer</span><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span></code>
<p>Converts a native JS array to the list of objects of type T</p>
</BODY>
</HTML>
|