From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../-styled-component/-init-.html | 15 + .../-styled-component/background.html | 15 + .../-styled-component/border-bottom.html | 15 + .../-styled-component/border-left.html | 15 + .../-styled-component/border-right.html | 15 + .../-styled-component/border-top.html | 15 + .../-styled-component/border.html | 15 + .../-styled-component/color-hex.html | 18 + .../-styled-component/color-name.html | 18 + .../-styled-component/color.html | 15 + .../-styled-component/get-sn-style.html | 17 + .../-styled-component/height.html | 15 + .../-styled-component/index.html | 386 +++++++++++++++++++++ .../-styled-component/margin-bottom.html | 15 + .../-styled-component/margin-left.html | 15 + .../-styled-component/margin-right.html | 15 + .../-styled-component/margin-top.html | 15 + .../-styled-component/margin.html | 15 + .../-styled-component/max-height.html | 15 + .../-styled-component/max-width.html | 15 + .../-styled-component/min-height.html | 15 + .../-styled-component/min-width.html | 15 + .../-styled-component/opacity.html | 15 + .../-styled-component/padding-bottom.html | 15 + .../-styled-component/padding-left.html | 15 + .../-styled-component/padding-right.html | 15 + .../-styled-component/padding-top.html | 15 + .../-styled-component/padding.html | 15 + .../-styled-component/width.html | 15 + 29 files changed, 814 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/-init-.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/background.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/border-left.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/border-right.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/border-top.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/border.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/color-hex.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/color.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/height.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/index.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/margin-left.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/margin-right.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/margin-top.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/margin.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/max-height.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/max-width.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/min-height.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/min-width.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/opacity.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/padding-left.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/padding-right.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/padding-top.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/padding.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/width.html (limited to 'docs/api/pl.treksoft.kvision.core/-styled-component') diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/-init-.html b/docs/api/pl.treksoft.kvision.core/-styled-component/-init-.html new file mode 100644 index 00000000..a06c76a7 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/-init-.html @@ -0,0 +1,15 @@ + + + +StyledComponent.<init> - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / <init>
+
+

<init>

+ +StyledComponent() +

Base class for components supporting CSS styling.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/background.html b/docs/api/pl.treksoft.kvision.core/-styled-component/background.html new file mode 100644 index 00000000..e6b1e227 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/background.html @@ -0,0 +1,15 @@ + + + +StyledComponent.background - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / background
+
+

background

+ +var background: Background? +

Background of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html b/docs/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html new file mode 100644 index 00000000..96f2745b --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html @@ -0,0 +1,15 @@ + + + +StyledComponent.borderBottom - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / borderBottom
+
+

borderBottom

+ +var borderBottom: Border? +

Bottom border of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/border-left.html b/docs/api/pl.treksoft.kvision.core/-styled-component/border-left.html new file mode 100644 index 00000000..275612f7 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/border-left.html @@ -0,0 +1,15 @@ + + + +StyledComponent.borderLeft - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / borderLeft
+
+

borderLeft

+ +var borderLeft: Border? +

Left border of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/border-right.html b/docs/api/pl.treksoft.kvision.core/-styled-component/border-right.html new file mode 100644 index 00000000..653462d1 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/border-right.html @@ -0,0 +1,15 @@ + + + +StyledComponent.borderRight - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / borderRight
+
+

borderRight

+ +var borderRight: Border? +

Right border of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/border-top.html b/docs/api/pl.treksoft.kvision.core/-styled-component/border-top.html new file mode 100644 index 00000000..89190992 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/border-top.html @@ -0,0 +1,15 @@ + + + +StyledComponent.borderTop - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / borderTop
+
+

borderTop

+ +var borderTop: Border? +

Top border of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/border.html b/docs/api/pl.treksoft.kvision.core/-styled-component/border.html new file mode 100644 index 00000000..670c5c28 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/border.html @@ -0,0 +1,15 @@ + + + +StyledComponent.border - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / border
+
+

border

+ +var border: Border? +

Border of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/color-hex.html b/docs/api/pl.treksoft.kvision.core/-styled-component/color-hex.html new file mode 100644 index 00000000..3e22c1da --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/color-hex.html @@ -0,0 +1,18 @@ + + + +StyledComponent.colorHex - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / colorHex
+
+

colorHex

+ +var colorHex: Int? +

Text color for the current component given in hex format (write only).

+

This property gives a convenient way to set the value of color property e.g.:

+

c.colorHex = 0x00ff00

+

The value read from this property is always null.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html b/docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html new file mode 100644 index 00000000..800d464f --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html @@ -0,0 +1,18 @@ + + + +StyledComponent.colorName - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / colorName
+
+

colorName

+ +var colorName: COLOR? +

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

+

This property gives a convenient way to set the value of color property e.g.:

+

c.colorName = COLOR.GREEN

+

The value read from this property is always null.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/color.html b/docs/api/pl.treksoft.kvision.core/-styled-component/color.html new file mode 100644 index 00000000..052af108 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/color.html @@ -0,0 +1,15 @@ + + + +StyledComponent.color - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / color
+
+

color

+ +var color: Color? +

Text color for the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html b/docs/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html new file mode 100644 index 00000000..049da26e --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html @@ -0,0 +1,17 @@ + + + +StyledComponent.getSnStyle - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / getSnStyle
+
+

getSnStyle

+ +protected open fun getSnStyle(): List<StringPair> +

Returns the list of String pairs defining CSS style attributes and their values.

+

Return
+the list of attributes and their values

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/height.html b/docs/api/pl.treksoft.kvision.core/-styled-component/height.html new file mode 100644 index 00000000..7330f90d --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/height.html @@ -0,0 +1,15 @@ + + + +StyledComponent.height - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / height
+
+

height

+ +var height: CssSize? +

Height of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/index.html b/docs/api/pl.treksoft.kvision.core/-styled-component/index.html new file mode 100644 index 00000000..4c6cc6bc --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/index.html @@ -0,0 +1,386 @@ + + + +StyledComponent - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent
+
+

StyledComponent

+abstract class StyledComponent : Component +

Base class for components supporting CSS styling.

+

Constructors

+ + + + + + + +
+

<init>

+
+StyledComponent() +

Base class for components supporting CSS styling.

+
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

background

+
+var background: Background? +

Background of the current component.

+
+

border

+
+var border: Border? +

Border of the current component.

+
+

borderBottom

+
+var borderBottom: Border? +

Bottom border of the current component.

+
+

borderLeft

+
+var borderLeft: Border? +

Left border of the current component.

+
+

borderRight

+
+var borderRight: Border? +

Right border of the current component.

+
+

borderTop

+
+var borderTop: Border? +

Top border of the current component.

+
+

color

+
+var color: Color? +

Text color for the current component.

+
+

colorHex

+
+var colorHex: Int? +

Text color for the current component given in hex format (write only).

+
+

colorName

+
+var colorName: COLOR? +

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

+
+

height

+
+var height: CssSize? +

Height of the current component.

+
+

margin

+
+var margin: CssSize? +

Margin of the current component.

+
+

marginBottom

+
+var marginBottom: CssSize? +

Bottom margin of the current component.

+
+

marginLeft

+
+var marginLeft: CssSize? +

Left margin of the current component.

+
+

marginRight

+
+var marginRight: CssSize? +

Right margin of the current component.

+
+

marginTop

+
+var marginTop: CssSize? +

Top margin of the current component.

+
+

maxHeight

+
+var maxHeight: CssSize? +

Maximal height of the current component.

+
+

maxWidth

+
+var maxWidth: CssSize? +

Maximal width of the current component.

+
+

minHeight

+
+var minHeight: CssSize? +

Minimal height of the current component.

+
+

minWidth

+
+var minWidth: CssSize? +

Minimal width of the current component.

+
+

opacity

+
+var opacity: Double? +

Opacity of the current component.

+
+

padding

+
+var padding: CssSize? +

Padding of the current component.

+
+

paddingBottom

+
+var paddingBottom: CssSize? +

Bottom padding of the current component.

+
+

paddingLeft

+
+var paddingLeft: CssSize? +

Left padding of the current component.

+
+

paddingRight

+
+var paddingRight: CssSize? +

Right padding of the current component.

+
+

paddingTop

+
+var paddingTop: CssSize? +

Top padding of the current component.

+
+

width

+
+open var width: CssSize? +

Width of the current component.

+
+

Inherited Properties

+ + + + + + + + + + + +
+

parent

+
+abstract var parent: Component? +

Parent of the current component.

+
+

visible

+
+abstract var visible: Boolean +

Visibility state of the current component.

+
+

Functions

+ + + + + + + +
+

getSnStyle

+
+open fun getSnStyle(): List<StringPair> +

Returns the list of String pairs defining CSS style attributes and their values.

+
+

Inherited Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

addCssClass

+
+abstract fun addCssClass(css: String): Component +

Adds given value to the set of CSS classes generated in html code of current component.

+
+

addSurroundingCssClass

+
+abstract fun addSurroundingCssClass(css: String): Component +

Adds given value to the set of CSS classes generated in html code of parent component.

+
+

getElement

+
+abstract fun getElement(): Node? +

Returns DOM element bound to the current component.

+
+

getElementJQuery

+
+abstract fun getElementJQuery(): JQuery? +

Returns JQuery element bound to the current component.

+
+

getElementJQueryD

+
+abstract fun getElementJQueryD(): dynamic +

Returns JQuery element bound to the current component as a dynamic type.

+
+

removeCssClass

+
+abstract fun removeCssClass(css: String): Component +

Removes given value from the set of CSS classes generated in html code of current component.

+
+

removeSurroundingCssClass

+
+abstract fun removeSurroundingCssClass(css: String): Component +

Removes given value from the set of CSS classes generated in html code of parent component.

+
+

Inheritors

+ + + + + + + +
+

Widget

+
+open class Widget : StyledComponent +

Base widget class. The parent of all component classes.

+
+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html new file mode 100644 index 00000000..d164cca3 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html @@ -0,0 +1,15 @@ + + + +StyledComponent.marginBottom - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / marginBottom
+
+

marginBottom

+ +var marginBottom: CssSize? +

Bottom margin of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-left.html b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-left.html new file mode 100644 index 00000000..e9e059ae --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-left.html @@ -0,0 +1,15 @@ + + + +StyledComponent.marginLeft - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / marginLeft
+
+

marginLeft

+ +var marginLeft: CssSize? +

Left margin of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-right.html b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-right.html new file mode 100644 index 00000000..aef0b027 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-right.html @@ -0,0 +1,15 @@ + + + +StyledComponent.marginRight - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / marginRight
+
+

marginRight

+ +var marginRight: CssSize? +

Right margin of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-top.html b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-top.html new file mode 100644 index 00000000..4cef60fd --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-top.html @@ -0,0 +1,15 @@ + + + +StyledComponent.marginTop - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / marginTop
+
+

marginTop

+ +var marginTop: CssSize? +

Top margin of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/margin.html b/docs/api/pl.treksoft.kvision.core/-styled-component/margin.html new file mode 100644 index 00000000..82b71007 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/margin.html @@ -0,0 +1,15 @@ + + + +StyledComponent.margin - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / margin
+
+

margin

+ +var margin: CssSize? +

Margin of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/max-height.html b/docs/api/pl.treksoft.kvision.core/-styled-component/max-height.html new file mode 100644 index 00000000..ed270439 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/max-height.html @@ -0,0 +1,15 @@ + + + +StyledComponent.maxHeight - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / maxHeight
+
+

maxHeight

+ +var maxHeight: CssSize? +

Maximal height of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/max-width.html b/docs/api/pl.treksoft.kvision.core/-styled-component/max-width.html new file mode 100644 index 00000000..903b4d2f --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/max-width.html @@ -0,0 +1,15 @@ + + + +StyledComponent.maxWidth - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / maxWidth
+
+

maxWidth

+ +var maxWidth: CssSize? +

Maximal width of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/min-height.html b/docs/api/pl.treksoft.kvision.core/-styled-component/min-height.html new file mode 100644 index 00000000..ea726071 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/min-height.html @@ -0,0 +1,15 @@ + + + +StyledComponent.minHeight - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / minHeight
+
+

minHeight

+ +var minHeight: CssSize? +

Minimal height of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/min-width.html b/docs/api/pl.treksoft.kvision.core/-styled-component/min-width.html new file mode 100644 index 00000000..0a5266ce --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/min-width.html @@ -0,0 +1,15 @@ + + + +StyledComponent.minWidth - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / minWidth
+
+

minWidth

+ +var minWidth: CssSize? +

Minimal width of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/opacity.html b/docs/api/pl.treksoft.kvision.core/-styled-component/opacity.html new file mode 100644 index 00000000..10ac03fd --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/opacity.html @@ -0,0 +1,15 @@ + + + +StyledComponent.opacity - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / opacity
+
+

opacity

+ +var opacity: Double? +

Opacity of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html new file mode 100644 index 00000000..20f0b25b --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html @@ -0,0 +1,15 @@ + + + +StyledComponent.paddingBottom - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / paddingBottom
+
+

paddingBottom

+ +var paddingBottom: CssSize? +

Bottom padding of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-left.html b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-left.html new file mode 100644 index 00000000..d2099e5d --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-left.html @@ -0,0 +1,15 @@ + + + +StyledComponent.paddingLeft - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / paddingLeft
+
+

paddingLeft

+ +var paddingLeft: CssSize? +

Left padding of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-right.html b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-right.html new file mode 100644 index 00000000..b5a38725 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-right.html @@ -0,0 +1,15 @@ + + + +StyledComponent.paddingRight - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / paddingRight
+
+

paddingRight

+ +var paddingRight: CssSize? +

Right padding of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-top.html b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-top.html new file mode 100644 index 00000000..a2287a2a --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-top.html @@ -0,0 +1,15 @@ + + + +StyledComponent.paddingTop - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / paddingTop
+
+

paddingTop

+ +var paddingTop: CssSize? +

Top padding of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/padding.html b/docs/api/pl.treksoft.kvision.core/-styled-component/padding.html new file mode 100644 index 00000000..8f1c71ad --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/padding.html @@ -0,0 +1,15 @@ + + + +StyledComponent.padding - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / padding
+
+

padding

+ +var padding: CssSize? +

Padding of the current component.

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/width.html b/docs/api/pl.treksoft.kvision.core/-styled-component/width.html new file mode 100644 index 00000000..81fcf0b7 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/width.html @@ -0,0 +1,15 @@ + + + +StyledComponent.width - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / width
+
+

width

+ +open var width: CssSize? +

Width of the current component.

+ + -- cgit