From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-remote-data/index.html | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-remote-data/index.html (limited to 'api/pl.treksoft.kvision.remote/-remote-data/index.html') diff --git a/api/pl.treksoft.kvision.remote/-remote-data/index.html b/api/pl.treksoft.kvision.remote/-remote-data/index.html new file mode 100644 index 00000000..89a7b3c6 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-data/index.html @@ -0,0 +1,47 @@ + + + +RemoteData - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteData
+
+

RemoteData

+(js) data class RemoteData<T> +

Constructors

+ + + + + + + +
+(js) +

<init>

+
+RemoteData(data: List<T> = listOf(), last_page: Int = 0)
+

Properties

+ + + + + + + + + + + +
+(js) +

data

+
+val data: List<T>
+(js) +

last_page

+
+val last_page: Int
+ + -- cgit