From a8ff23c5e58394c21e2e7c2a4880302b43b60dfd Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 16 May 2019 15:06:28 +0200 Subject: API documentation for KVision 0.0.36 --- api/pl.treksoft.kvision.panel/-root/-init-.html | 4 ++-- api/pl.treksoft.kvision.panel/-root/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'api/pl.treksoft.kvision.panel/-root') diff --git a/api/pl.treksoft.kvision.panel/-root/-init-.html b/api/pl.treksoft.kvision.panel/-root/-init-.html index 7b24b81c..783c11cd 100644 --- a/api/pl.treksoft.kvision.panel/-root/-init-.html +++ b/api/pl.treksoft.kvision.panel/-root/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.panel / Root / <init>

<init>

- -Root(id: String, fixed: Boolean = false, init: (Root.() -> Unit)? = null) + +Root(id: String? = null, element: <ERROR CLASS>? = null, fixed: Boolean = false, init: (Root.() -> Unit)? = null)

Parameters

id - ID attribute of element in the main HTML file

diff --git a/api/pl.treksoft.kvision.panel/-root/index.html b/api/pl.treksoft.kvision.panel/-root/index.html index 1def3f9d..99089a94 100644 --- a/api/pl.treksoft.kvision.panel/-root/index.html +++ b/api/pl.treksoft.kvision.panel/-root/index.html @@ -21,7 +21,7 @@ Snabbdom virtual DOM.

<init>

-Root(id: String, fixed: Boolean = false, init: (Root.() -> Unit)? = null) +Root(id: String? = null, element: <ERROR CLASS>? = null, fixed: Boolean = false, init: (Root.() -> Unit)? = null) -- cgit