diff options
Diffstat (limited to 'api/pl.treksoft.kvision.types/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.types/index.html | 73 |
1 files changed, 67 insertions, 6 deletions
diff --git a/api/pl.treksoft.kvision.types/index.html b/api/pl.treksoft.kvision.types/index.html index afc46cd6..9bbe0d4c 100644 --- a/api/pl.treksoft.kvision.types/index.html +++ b/api/pl.treksoft.kvision.types/index.html @@ -9,27 +9,88 @@ <br/> <h2>Package pl.treksoft.kvision.types</h2> <p>Multiplatform type definitions.</p> -<h3>Properties</h3> +<h3>Types</h3> <table> <tbody> <tr> <td> -<p><a href="-k-d-a-t-e_-f-o-r-m-a-t.html">KDATE_FORMAT</a></p> +<p><a href="-date/index.html">Date</a></p> </td> <td> -<code><span class="keyword">actual</span> <span class="keyword">val </span><span class="identifier">KDATE_FORMAT</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +<code><span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">Date</span></code></td> +</tr> +<tr> +<td> +<p><a href="-date-converter.html">DateConverter</a></p> +</td> +<td> +<code><span class="keyword">object </span><span class="identifier">DateConverter</span></code></td> +</tr> +<tr> +<td> +<p><a href="-date-serializer/index.html">DateSerializer</a></p> +</td> +<td> +<code><span class="keyword">object </span><span class="identifier">DateSerializer</span> <span class="symbol">:</span> <span class="identifier">KSerializer</span><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/index.html"><span class="identifier">Date</span></a><span class="symbol">></span></code></td> +</tr> +<tr> +<td> +<p><a href="-k-file/index.html">KFile</a></p> +</td> +<td> +<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">KFile</span></code> +<p>A serializable class for a multiplatform File type.</p> +</td> </tr> </tbody> </table> -<h3>Functions</h3> +<h3>Type Aliases</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-date/index.html">Date</a></p> +</td> +<td> +<code><span class="keyword">actual</span> <span class="keyword">typealias </span><span class="identifier">Date</span> <span class="symbol">=</span> <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html"><span class="identifier">Date</span></a></code></td> +</tr> +</tbody> +</table> +<h3>Extensions for External Classes</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="java.util.-date/index.html">java.util.Date</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="kotlin.-string/index.html">kotlin.String</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="kotlin.js.-date/index.html">kotlin.js.Date</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +<h3>Properties</h3> <table> <tbody> <tr> <td> -<p><a href="to-j-s.html">toJS</a></p> +<p><a href="kv-table-config.html">kvTableConfig</a></p> </td> <td> -<code><span class="keyword">fun </span><span class="identifier">KDate</span><span class="symbol">.</span><span class="identifier">toJS</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/index.html"><span class="identifier">Date</span></a></code></td> +<code><span class="keyword">val </span><span class="identifier">kvTableConfig</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code></td> </tr> </tbody> </table> |