From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- api/pl.treksoft.kvision.core/-widget/index.html | 34 +++++++++++++------------ 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-widget/index.html') diff --git a/api/pl.treksoft.kvision.core/-widget/index.html b/api/pl.treksoft.kvision.core/-widget/index.html index ae49be9f..96f66046 100644 --- a/api/pl.treksoft.kvision.core/-widget/index.html +++ b/api/pl.treksoft.kvision.core/-widget/index.html @@ -106,15 +106,6 @@ -

strictDOM

- - -var strictDOM: Boolean -

Determines if the current widget is strictly bound to the DOM.

- - - -

surroundingSpan

@@ -147,13 +138,6 @@ -

vnkey

- - -var vnkey: String? - - -

vnode

@@ -1205,6 +1189,24 @@ +

MaximizeIcon

+ + +open class MaximizeIcon : Widget +

Helper class for maximize icon component.

+ + + + +

MinimizeIcon

+ + +open class MinimizeIcon : Widget +

Helper class for minimize icon component.

+ + + +

SelectOption

-- cgit