visibility

object visibility extends Style[String]
class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val collapse: StyleSetter

For table rows, columns, column groups, and row groups the row(s) or column(s) are hidden and the space they would have occupied is (as if display: none were applied to the column/row of the table)

For table rows, columns, column groups, and row groups the row(s) or column(s) are hidden and the space they would have occupied is (as if display: none were applied to the column/row of the table)

MDN

lazy val hidden: StyleSetter

The box is invisible (fully transparent, nothing is drawn), but still affects layout. Descendants of the element will be visible if they have visibility:visible

The box is invisible (fully transparent, nothing is drawn), but still affects layout. Descendants of the element will be visible if they have visibility:visible

MDN

lazy val visible: StyleSetter

Default value, the box is visible

Default value, the box is visible

MDN

Inherited fields

override val name: String
Inherited from
Style