From a8c0bcfc2cbd8cc256331b4908b0ca3f8c43aef9 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 2 Jan 2020 01:18:22 +0100 Subject: API documentation for KVision 2.7.0 --- api/pl.treksoft.kvision.html/main.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/pl.treksoft.kvision.html/main.html (limited to 'api/pl.treksoft.kvision.html/main.html') diff --git a/api/pl.treksoft.kvision.html/main.html b/api/pl.treksoft.kvision.html/main.html new file mode 100644 index 00000000..b3e60e80 --- /dev/null +++ b/api/pl.treksoft.kvision.html/main.html @@ -0,0 +1,16 @@ + + + +main - kvision + + + +kvision / pl.treksoft.kvision.html / main
+
+

main

+ +fun Container.main(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: (Main.() -> Unit)? = null): Main +

DSL builder extension function.

+

It takes the same parameters as the constructor of the built component.

+ + -- cgit