Props

io.github.nafg.scalajs.facades.mui.GridListTileBar$.Props
class Props extends PropTypes

Attributes

Graph
Supertypes
trait PropTypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Classlikes

object actionPosition extends Prop[String]

Position of secondary action IconButton.

Position of secondary action IconButton.

Attributes

Graph
Supertypes
class Prop[String]
class Object
trait Matchable
class Any
Self type
object titlePosition extends Prop[String]

Position of the title bar.

Position of the title bar.

Attributes

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

Inherited classlikes

object dyn extends Dynamic

Attributes

Inherited from:
PropTypes
Graph
Supertypes
trait Dynamic
class Object
trait Matchable
class Any

Value members

Concrete methods

def actionIcon: Prop[VdomNode]

An IconButton element to be used as secondary action target (primary action target is the tile itself).

An IconButton element to be used as secondary action target (primary action target is the tile itself).

Attributes

def classes: Prop[Object]

Override or extend the styles applied to the component. See CSS API below for more details.

Override or extend the styles applied to the component. See CSS API below for more details.

Attributes

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def style: Prop[Object]
def subtitle: Prop[VdomNode]

String or element serving as subtitle (support text).

String or element serving as subtitle (support text).

Attributes

def title: Prop[VdomNode]

Title to be displayed on tile.

Title to be displayed on tile.

Attributes

Inherited methods

def of[A : Writer](implicit evidence$1: Writer[A], name: Name): Prop[A]

Attributes

Inherited from:
PropTypes

Inherited fields

val key: Prop[Key]

Attributes

Inherited from:
PropTypes