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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val TouchRippleProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val action: UndefOr[Any]
- Annotations
- @JSOptional()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buttonRef: UndefOr[Any]
- Annotations
- @JSOptional()
- val centerRipple: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val classes: UndefOr[Object]
- Annotations
- @JSOptional()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val component: UndefOr[Any]
- Annotations
- @JSOptional()
- val disableRipple: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val disableTouchRipple: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val disabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val focusRipple: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val focusVisibleClassName: UndefOr[String]
- Annotations
- @JSOptional()
- val fullWidth: UndefOr[Boolean]
- Annotations
- @JSOptional()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val icon: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val indicator: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[String]
- Annotations
- @JSOptional()
- val label: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val onBlur: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onChange: UndefOr[react.vdom.ReactEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onClick: UndefOr[react.vdom.MouseEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onFocus: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onFocusVisible: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onKeyDown: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onKeyUp: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onMouseDown: UndefOr[react.vdom.ReactMouseEvent[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onMouseLeave: UndefOr[react.vdom.ReactMouseEvent[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onMouseUp: UndefOr[react.vdom.ReactMouseEvent[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onTouchEnd: UndefOr[react.vdom.ReactTouchEvent[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onTouchMove: UndefOr[react.vdom.ReactTouchEvent[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onTouchStart: UndefOr[react.vdom.ReactTouchEvent[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val role: UndefOr[String]
- Annotations
- @JSOptional()
- val selected: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val style: UndefOr[Object]
- Annotations
- @JSOptional()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tabIndex: UndefOr[Any]
- Annotations
- @JSOptional()
- val textColor: UndefOr[TextColor]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val type: UndefOr[String]
- Annotations
- @JSOptional()
- val value: UndefOr[Any]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])