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.table/-cell/index.html | 9 +++++++++ api/pl.treksoft.kvision.table/-header-cell/index.html | 9 +++++++++ api/pl.treksoft.kvision.table/-row/index.html | 9 +++++++++ 3 files changed, 27 insertions(+) (limited to 'api/pl.treksoft.kvision.table') diff --git a/api/pl.treksoft.kvision.table/-cell/index.html b/api/pl.treksoft.kvision.table/-cell/index.html index 2c51ed68..7eef1452 100644 --- a/api/pl.treksoft.kvision.table/-cell/index.html +++ b/api/pl.treksoft.kvision.table/-cell/index.html @@ -63,6 +63,15 @@ +

templates

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

Handlebars templates for i18n.

+ + + +

type

diff --git a/api/pl.treksoft.kvision.table/-header-cell/index.html b/api/pl.treksoft.kvision.table/-header-cell/index.html index 71bd8b00..138570aa 100644 --- a/api/pl.treksoft.kvision.table/-header-cell/index.html +++ b/api/pl.treksoft.kvision.table/-header-cell/index.html @@ -63,6 +63,15 @@ +

templates

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

Handlebars templates for i18n.

+ + + +

type

diff --git a/api/pl.treksoft.kvision.table/-row/index.html b/api/pl.treksoft.kvision.table/-row/index.html index dab8a1a3..8c97944d 100644 --- a/api/pl.treksoft.kvision.table/-row/index.html +++ b/api/pl.treksoft.kvision.table/-row/index.html @@ -63,6 +63,15 @@ +

templates

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

Handlebars templates for i18n.

+ + + +

type

-- cgit