Visibility

com.raquo.laminar.defs.styles.traits.Visibility
trait Visibility

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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)

Attributes

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

Attributes

lazy val visible: StyleSetter

Default value, the box is visible

Default value, the box is visible

Attributes