Props

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

Attributes

Graph
Supertypes
trait PropTypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

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 backIconButtonProps: Prop[Object]

Props applied to the back arrow IconButton element.

Props applied to the back arrow IconButton element.

Attributes

def count: Prop[Double]

The total number of rows.

The total number of rows.

Attributes

def nextIconButtonProps: Prop[Object]

Props applied to the next arrow IconButton element.

Props applied to the next arrow IconButton element.

Attributes

def onChangePage: Prop[Any => Any]

Callback fired when the page is changed.

Callback fired when the page is changed.

Attributes

{number}

page The page selected.

{object}

event The event source of the callback.

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def onPageChange: Prop[Any => Any]

Callback fired when the page is changed.

Callback fired when the page is changed.

Attributes

{number}

page The page selected.

{object}

event The event source of the callback.

def page: Prop[Double]

The zero-based index of the current page.

The zero-based index of the current page.

Attributes

def rowsPerPage: Prop[Double]

The number of rows per page.

The number of rows per page.

Attributes

def style: Prop[Object]

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