summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.html/-template/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.html/-template/index.html')
-rw-r--r--api/pl.treksoft.kvision.html/-template/index.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/api/pl.treksoft.kvision.html/-template/index.html b/api/pl.treksoft.kvision.html/-template/index.html
index fcdba84d..c5c15400 100644
--- a/api/pl.treksoft.kvision.html/-template/index.html
+++ b/api/pl.treksoft.kvision.html/-template/index.html
@@ -9,6 +9,7 @@
<br/>
<h1>Template</h1>
<code><span class="keyword">interface </span><span class="identifier">Template</span></code>
+<p>Handlebars templates helper interface.</p>
<h3>Properties</h3>
<table>
<tbody>
@@ -38,7 +39,16 @@
<p><a href="template-data.html">templateData</a></p>
</td>
<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">templateData</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span></code></td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">templateData</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span></code>
+<p>Handlebars template data object.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="templates.html">templates</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">templates</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html"><span class="identifier">Map</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">&gt;</span></code></td>
</tr>
</tbody>
</table>