MaterialDesignJsVeiwRenderer / view.utils.elementCss / ElementCss / extend
extend
fun extend(style:ElementCss, override:Boolean= false):Unit
Inherits the style of another element.
Parameters
style - The style to extend.
override - If true, current values would be overidden by the extended style.