diff options
| author | Robert Jaros <rjaros@finn.pl> | 2019-06-23 14:12:10 +0200 |
|---|---|---|
| committer | Robert Jaros <rjaros@finn.pl> | 2019-06-23 14:12:10 +0200 |
| commit | bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b (patch) | |
| tree | 5fe76e243d94095bf2368122acb21db84a693aef /api/pl.treksoft.kvision.tabulator/-tabulator/data-to-native.html | |
| parent | a8ff23c5e58394c21e2e7c2a4880302b43b60dfd (diff) | |
| download | kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.tar.gz kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.tar.bz2 kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.zip | |
API documentation for KVision 0.0.37
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/data-to-native.html')
| -rw-r--r-- | api/pl.treksoft.kvision.tabulator/-tabulator/data-to-native.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/data-to-native.html b/api/pl.treksoft.kvision.tabulator/-tabulator/data-to-native.html deleted file mode 100644 index 9676744a..00000000 --- a/api/pl.treksoft.kvision.tabulator/-tabulator/data-to-native.html +++ /dev/null @@ -1,15 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Tabulator.dataToNative - 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="./data-to-native.html">dataToNative</a><br/> -<br/> -<h1>dataToNative</h1> -<a name="pl.treksoft.kvision.tabulator.Tabulator$dataToNative(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)), kotlinx.serialization.KSerializer((pl.treksoft.kvision.tabulator.Tabulator.T)))"></a> -<code><span class="keyword">protected</span> <span class="keyword">fun </span><span class="identifier">dataToNative</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$dataToNative(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)), kotlinx.serialization.KSerializer((pl.treksoft.kvision.tabulator.Tabulator.T)))/data">data</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><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$dataToNative(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)), 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><span class="keyword">dynamic</span></code> -<p>Converts a list of objects of type T to native JS array</p> -</BODY> -</HTML> |
