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 checked: UndefOr[|[Boolean, String]]
- Annotations
- @JSOptional()
- val checkedIcon: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val classes: UndefOr[Object]
- Annotations
- @JSOptional()
- val color: UndefOr[Color]
- Annotations
- @JSOptional()
- val disableRipple: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val disabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val icon: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val id: UndefOr[String]
- Annotations
- @JSOptional()
- val inputProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val inputRef: UndefOr[Any]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[String]
- Annotations
- @JSOptional()
- val onChange: UndefOr[Function2[react.vdom.ReactEvent[org.scalajs.dom.html.Input], Boolean, Unit]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val style: UndefOr[Object]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val type: UndefOr[String]
- Annotations
- @JSOptional()
- val value: UndefOr[Any]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object