From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Mon, 2 Apr 2018 01:35:47 +0200
Subject: API documentantion update
---
.../-styled-component/display.html | 21 +++++++++++++++++++++
.../-styled-component/index.html | 11 ++++++++++-
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 api/pl.treksoft.kvision.core/-styled-component/display.html
(limited to 'api/pl.treksoft.kvision.core/-styled-component')
diff --git a/api/pl.treksoft.kvision.core/-styled-component/display.html b/api/pl.treksoft.kvision.core/-styled-component/display.html
new file mode 100644
index 00000000..4bb4ef9a
--- /dev/null
+++ b/api/pl.treksoft.kvision.core/-styled-component/display.html
@@ -0,0 +1,21 @@
+
+
+
+StyledComponent.display - kvision
+
+
+
+kvision / pl.treksoft.kvision.core / StyledComponent / display
+
+display
+
+open var display: Display?
+CSS display of the current component.
+Getter
+
CSS display of the current component.
+
+Setter
+
CSS display of the current component.
+
+
+
diff --git a/api/pl.treksoft.kvision.core/-styled-component/index.html b/api/pl.treksoft.kvision.core/-styled-component/index.html
index 4f90110f..f9dcb89a 100644
--- a/api/pl.treksoft.kvision.core/-styled-component/index.html
+++ b/api/pl.treksoft.kvision.core/-styled-component/index.html
@@ -128,6 +128,15 @@
|
+ display
+ |
+
+open var display: Display?
+CSS display of the current component.
+ |
+
+
+|
float
|
@@ -523,7 +532,7 @@
parent
|
-abstract var parent: Component?
+abstract var parent: Container?
Parent of the current component.
|
--
cgit