kvision / pl.treksoft.kvision.core / Component / addSurroundingCssStyle

addSurroundingCssStyle

(js) abstract fun addSurroundingCssStyle(css: Style): Component

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

Parameters

css - CSS style object

Return
current component