Props

io.github.nafg.scalajs.facades.mui.ExpansionPanel$.Props
class Props extends WithChildren[Any]

Attributes

Graph
Supertypes
trait WithChildren[Any]
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 TransitionComponent: Prop[ElementType]

The component used for the collapse effect. Follow this guide to learn more about the requirements for this component.

The component used for the collapse effect. Follow this guide to learn more about the requirements for this component.

Attributes

def TransitionProps: Prop[Object]

Props applied to the Transition element.

Props applied to the Transition element.

Attributes

def children: Prop[Any]

The content of the expansion panel.

The content of the expansion panel.

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 defaultExpanded: Prop[Boolean]

If true, expands the panel by default.

If true, expands the panel by default.

Attributes

def disabled: Prop[Boolean]

If true, the panel will be displayed in a disabled state.

If true, the panel will be displayed in a disabled state.

Attributes

def expanded: Prop[Boolean]

If true, expands the panel, otherwise collapse it. Setting this prop enables control over the panel.

If true, expands the panel, otherwise collapse it. Setting this prop enables control over the panel.

Attributes

def onChange: Prop[Any => Any]

Callback fired when the expand/collapse state is changed.

Callback fired when the expand/collapse state is changed.

Attributes

{boolean}

expanded The expanded state of the panel.

{object}

event The event source of the callback.

def onClick: Prop[ReactMouseEventFromHtml => Callback]
def square: Prop[Boolean]

If true, rounded corners are disabled.

If true, rounded corners are disabled.

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