cellHeight

io.github.nafg.scalajs.facades.mui.GridList$.Props.cellHeight$
object cellHeight extends Prop[Double | String]

Number of px for one cell height. You can set 'auto' if you want to let the children determine the height.

Attributes

Graph
Supertypes
class Prop[Double | String]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

def :=(value: Double | String): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[Double | String]): Setting

Attributes

Inherited from:
Prop
def setAs[B](value: B)(implicit B: Writer[B]): Setting

Attributes

Inherited from:
Prop
def setRaw(value: Any): Setting

Attributes

Inherited from:
Prop

Concrete fields

val auto: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop