From 63503bd4517d87c34498002c820aefaef22c501e Mon Sep 17 00:00:00 2001
From: Robert Jaros Handlebars templates for i18n. Handlebars template data object. Overrides Template.templates Handlebars templates for i18n. Getter Handlebars templates for i18n.
+
+
+
+
+
+open var templates: Map<String, (Any?) -> String>
+
+
diff --git a/api/pl.treksoft.kvision.html/-tag/templates.html b/api/pl.treksoft.kvision.html/-tag/templates.html
new file mode 100644
index 00000000..35efa286
--- /dev/null
+++ b/api/pl.treksoft.kvision.html/-tag/templates.html
@@ -0,0 +1,22 @@
+
+
+
+
@@ -80,7 +89,9 @@
-
+open var templateData: Any?
open var templateData: Any?
+
+
+templates
+
+open var templates: Map<String, (Any?) -> String>
+
+
Setter
+
Handlebars templates for i18n.
+ + + -- cgit