From 9d35bb1e3d8186228cc409faa6d681624f20e9cd Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 26 Nov 2019 19:53:45 +0100 Subject: API documentation for KVision 2.4.0 --- .../-component/add-css-style.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-component/add-css-style.html (limited to 'api/pl.treksoft.kvision.core/-component/add-css-style.html') diff --git a/api/pl.treksoft.kvision.core/-component/add-css-style.html b/api/pl.treksoft.kvision.core/-component/add-css-style.html new file mode 100644 index 00000000..c0e49646 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-component/add-css-style.html @@ -0,0 +1,20 @@ + + + +Component.addCssStyle - kvision + + + +kvision / pl.treksoft.kvision.core / Component / addCssStyle
+
+

addCssStyle

+ +abstract fun addCssStyle(css: Style): Component +

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

+

Parameters

+

+css - CSS style object

+

Return
+current component

+ + -- cgit