From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- .../-styled-component/index.html | 74 +++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) (limited to 'docs/api/pl.treksoft.kvision.core/-styled-component/index.html') diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/index.html b/docs/api/pl.treksoft.kvision.core/-styled-component/index.html index 4c6cc6bc..5ad31f17 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/index.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/index.html @@ -83,6 +83,15 @@ +

bottom

+ + +var bottom: CssSize? +

Bottom edge of the current component.

+ + + +

color

@@ -104,7 +113,7 @@

colorName

-var colorName: COLOR? +var colorName: Col?

Text color for the current component given with named constant (write only).

@@ -119,6 +128,15 @@ +

left

+ + +var left: CssSize? +

Left edge of the current component.

+ + + +

margin

@@ -209,6 +227,15 @@ +

overflow

+ + +var overflow: Overflow? +

CSS overflow of the current component.

+ + + +

padding

@@ -254,6 +281,42 @@ +

position

+ + +var position: Position? +

CSS position of the current component.

+ + + + +

resize

+ + +var resize: Resize? +

CSS resize of the current component.

+ + + + +

right

+ + +var right: CssSize? +

Right edge of the current component.

+ + + + +

top

+ + +var top: CssSize? +

Top edge of the current component.

+ + + +

width

@@ -261,6 +324,15 @@

Width of the current component.

+ + +

zIndex

+ + +var zIndex: Int? +

Z-index of the current component.

+ +

Inherited Properties

-- cgit