From c7169d6e9dec101fc5523f84766b6fd0c3ecb656 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 16 Feb 2019 23:29:42 +0100 Subject: API documentation for KVision 0.0.25 --- api/pl.treksoft.kvision.html/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'api/pl.treksoft.kvision.html/index.html') diff --git a/api/pl.treksoft.kvision.html/index.html b/api/pl.treksoft.kvision.html/index.html index e9ff52a5..44a97d1d 100644 --- a/api/pl.treksoft.kvision.html/index.html +++ b/api/pl.treksoft.kvision.html/index.html @@ -186,5 +186,20 @@ Support for Handlebars.js templates is included.

+

Functions

+ + + + + + + +
+

setData

+
+fun <K> Template.setData(obj: K, serializer: SerializationStrategy<K>): Unit
+fun <K : Any> Template.setData(obj: K): Unit +

Extension function to set serializable object as a template data.

+
-- cgit