trait Props extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val action: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val avatar: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val classes: UndefOr[Object]
- Annotations
- @JSOptional()
- val component: UndefOr[Any]
- Annotations
- @JSOptional()
- val disableTypography: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[String]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val style: UndefOr[Object]
- Annotations
- @JSOptional()
- val subheader: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val subheaderTypographyProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val title: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val titleTypographyProps: UndefOr[Object]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object