Skip to content

MaterialDesignJsVeiwRenderer / view.utils.elementCss.properties / Visibility

Visibility

enum class Visibility :CssValue,CssProperty

Enum Values

VISIBLE

HIDDEN

COLLAPSE

INITIAL

INHERIT

Functions

applyToStyle
fun applyToStyle(element: <ERROR CLASS>):Unit
Sets the element's corresponding css property value

Inherited Functions

cssString
open fun cssString(): <ERROR CLASS>
This method is generally used in enums representing Css values. It facilitates the conversion from enum value to css string value. For more specific cases, overriding this method is necessary.