From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api1/pl.treksoft.kvision.types/index.html | 93 +++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 api1/pl.treksoft.kvision.types/index.html (limited to 'api1/pl.treksoft.kvision.types/index.html') diff --git a/api1/pl.treksoft.kvision.types/index.html b/api1/pl.treksoft.kvision.types/index.html new file mode 100644 index 00000000..058da689 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/index.html @@ -0,0 +1,93 @@ + + + +pl.treksoft.kvision.types - kvision + + + +kvision / pl.treksoft.kvision.types
+
+

Package pl.treksoft.kvision.types

+

Multiplatform type definitions.

+

Types

+ + + + + + + + + + + + + + + + + + + +
+

Date

+
+expect class Date
+

DateSerializer

+
+object DateSerializer : KSerializer<Date>
+

JsonDateSerializer

+
+object JsonDateSerializer : KSerializer<Date> +

JSON date serializer.

+
+

KFile

+
+data class KFile +

A serializable class for a multiplatform File type.

+
+

Type Aliases

+ + + + + + + +
+

Date

+
+actual typealias Date = Date
+

Extensions for External Classes

+ + + + + + + + + + + +
+

kotlin.js.Date

+
+
+

kotlin.String

+
+
+

Properties

+ + + + + + + +
+

KV_DEFAULT_DATE_FORMAT

+
+const val KV_DEFAULT_DATE_FORMAT: String
+ + -- cgit