`type`

io.github.nafg.scalajs.facades.mui.PaginationItem.Props.`type`
object `type` extends Prop[String]

The type of pagination item.

Attributes

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

Members list

Value members

Inherited methods

def :=(value: String): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[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 end-ellipsis: Setting
val first: Setting
val last: Setting
val next: Setting
val page: Setting
val previous: Setting
val start-ellipsis: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop