From 63503bd4517d87c34498002c820aefaef22c501e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 22 Aug 2018 15:34:00 +0200 Subject: API documentation for 0.0.17 --- api/pl.treksoft.kvision.html/-tag/index.html | 13 ++++++++++++- api/pl.treksoft.kvision.html/-tag/templates.html | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 api/pl.treksoft.kvision.html/-tag/templates.html (limited to 'api/pl.treksoft.kvision.html/-tag') diff --git a/api/pl.treksoft.kvision.html/-tag/index.html b/api/pl.treksoft.kvision.html/-tag/index.html index 7667eeac..0fd2fc5f 100644 --- a/api/pl.treksoft.kvision.html/-tag/index.html +++ b/api/pl.treksoft.kvision.html/-tag/index.html @@ -63,6 +63,15 @@ +

templates

+ + +open var templates: Map<String, (Any?) -> String> +

Handlebars templates for i18n.

+ + + +

type

@@ -80,7 +89,9 @@

templateData

-open var templateData: Any? +open var templateData: Any? +

Handlebars template data object.

+ 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 @@ + + + +Tag.templates - kvision + + + +kvision / pl.treksoft.kvision.html / Tag / templates
+
+

templates

+ +open var templates: Map<String, (Any?) -> String> +

Overrides Template.templates

+

Handlebars templates for i18n.

+

Getter
+

Handlebars templates for i18n.

+

+

Setter
+

Handlebars templates for i18n.

+

+ + -- cgit