Class

chandu0101.scalajs.react.components.materialui

MuiGridTile

Related Doc: package materialui

Permalink

case class MuiGridTile(key: UndefOr[String] = js.undefined, ref: UndefOr[(MuiGridTileM) ⇒ Unit] = js.undefined, actionIcon: UndefOr[VdomElement] = js.undefined, actionPosition: UndefOr[LeftRight] = js.undefined, cols: UndefOr[Int] = js.undefined, containerElement: UndefOr[|[String, VdomElement]] = js.undefined, rows: UndefOr[Int] = js.undefined, style: UndefOr[CssProperties] = js.undefined, subtitle: UndefOr[VdomNode] = js.undefined, title: UndefOr[VdomNode] = js.undefined, titleBackground: UndefOr[String] = js.undefined, titlePosition: UndefOr[TopBottom] = js.undefined, titleStyle: UndefOr[CssProperties] = js.undefined) extends Product with Serializable

This file is generated - submit issues instead of PR against it

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MuiGridTile
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MuiGridTile(key: UndefOr[String] = js.undefined, ref: UndefOr[(MuiGridTileM) ⇒ Unit] = js.undefined, actionIcon: UndefOr[VdomElement] = js.undefined, actionPosition: UndefOr[LeftRight] = js.undefined, cols: UndefOr[Int] = js.undefined, containerElement: UndefOr[|[String, VdomElement]] = js.undefined, rows: UndefOr[Int] = js.undefined, style: UndefOr[CssProperties] = js.undefined, subtitle: UndefOr[VdomNode] = js.undefined, title: UndefOr[VdomNode] = js.undefined, titleBackground: UndefOr[String] = js.undefined, titlePosition: UndefOr[TopBottom] = js.undefined, titleStyle: UndefOr[CssProperties] = js.undefined)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val actionIcon: UndefOr[VdomElement]

    Permalink
  5. val actionPosition: UndefOr[LeftRight]

    Permalink
  6. def apply(children: VdomNode*): UnmountedWithRoot[Object, MountedWithRoot[[A]A, Object, Null, ReactComponent[_ <: Object, _ <: Object], Object, Null], Object, MountedWithRoot[[A]A, Object, Null, ReactComponent[_ <: Object, _ <: Object], Object, Null]]

    Permalink

    children

    Theoretically you can pass any node as children, but the main use case is to pass an img, in whichcase GridTile takes care of making the image "cover" available space (similar to background-size: cover or to object-fit:cover).

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val cols: UndefOr[Int]

    Permalink
  10. val containerElement: UndefOr[|[String, VdomElement]]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val key: UndefOr[String]

    Permalink
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val ref: UndefOr[(MuiGridTileM) ⇒ Unit]

    Permalink
  20. val rows: UndefOr[Int]

    Permalink
  21. val style: UndefOr[CssProperties]

    Permalink
  22. val subtitle: UndefOr[VdomNode]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. val title: UndefOr[VdomNode]

    Permalink
  25. val titleBackground: UndefOr[String]

    Permalink
  26. val titlePosition: UndefOr[TopBottom]

    Permalink
  27. val titleStyle: UndefOr[CssProperties]

    Permalink
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped