From bfd5aa358e141d6c86d476d8bb66b104a80a3b96 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 21 May 2020 00:13:50 +0200 Subject: API documentation for KVision 3.10.0 --- .../-text-node/-init-.html | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 api/pl.treksoft.kvision.html/-text-node/-init-.html (limited to 'api/pl.treksoft.kvision.html/-text-node/-init-.html') diff --git a/api/pl.treksoft.kvision.html/-text-node/-init-.html b/api/pl.treksoft.kvision.html/-text-node/-init-.html new file mode 100644 index 00000000..62b1844d --- /dev/null +++ b/api/pl.treksoft.kvision.html/-text-node/-init-.html @@ -0,0 +1,23 @@ + + + +TextNode.<init> - kvision + + + +kvision / pl.treksoft.kvision.html / TextNode / <init>
+
+

<init>

+(js) +TextNode(content: String, rich: Boolean = false, init: (TextNode.() -> Unit)? = null) +

Parameters

+

+content - node text

+

+rich - determines if content can contain HTML code

+

+init - an initializer extension function

+

Constructor
+

+ + -- cgit