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
Concrete Value Members
- val action: UndefOr[Any]
- Annotations
- @JSOptional()
- val centered: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val classes: UndefOr[Object]
- Annotations
- @JSOptional()
- val component: UndefOr[String]
- Annotations
- @JSOptional()
- val fullWidth: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val indicatorColor: UndefOr[IndicatorColor]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val onChange: UndefOr[Function2[react.vdom.ReactEvent[org.scalajs.dom.html.Input], Int, Unit]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val scrollButtons: UndefOr[ScrollButtons]
- Annotations
- @JSOptional()
- val scrollable: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val textColor: UndefOr[TextColor]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object