Packages

trait Props extends Object

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val TouchRippleProps: UndefOr[Object]
    Annotations
    @JSOptional()
  5. val action: UndefOr[Any]
    Annotations
    @JSOptional()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val buttonRef: UndefOr[Any]
    Annotations
    @JSOptional()
  8. val centerRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  9. val className: UndefOr[String]
    Annotations
    @JSOptional()
  10. val classes: UndefOr[Object]
    Annotations
    @JSOptional()
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. val component: UndefOr[Any]
    Annotations
    @JSOptional()
  13. val disableRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  14. val disableTouchRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  15. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. val focusRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  19. val focusVisibleClassName: UndefOr[String]
    Annotations
    @JSOptional()
  20. val fullWidth: UndefOr[Boolean]
    Annotations
    @JSOptional()
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val icon: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  25. val indicator: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  28. val key: UndefOr[String]
    Annotations
    @JSOptional()
  29. val label: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. val onBlur: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  34. val onChange: UndefOr[react.vdom.ReactEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  35. val onClick: UndefOr[react.vdom.MouseEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  36. val onFocus: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  37. val onFocusVisible: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  38. val onKeyDown: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  39. val onKeyUp: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  40. val onMouseDown: UndefOr[react.vdom.ReactMouseEvent[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  41. val onMouseLeave: UndefOr[react.vdom.ReactMouseEvent[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  42. val onMouseUp: UndefOr[react.vdom.ReactMouseEvent[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  43. val onTouchEnd: UndefOr[react.vdom.ReactTouchEvent[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  44. val onTouchMove: UndefOr[react.vdom.ReactTouchEvent[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  45. val onTouchStart: UndefOr[react.vdom.ReactTouchEvent[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  46. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  47. val role: UndefOr[String]
    Annotations
    @JSOptional()
  48. val selected: UndefOr[Boolean]
    Annotations
    @JSOptional()
  49. val style: UndefOr[Object]
    Annotations
    @JSOptional()
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. val tabIndex: UndefOr[Any]
    Annotations
    @JSOptional()
  52. val textColor: UndefOr[TextColor]
    Annotations
    @JSOptional()
  53. def toLocaleString(): String
    Definition Classes
    Object
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. val type: UndefOr[String]
    Annotations
    @JSOptional()
  56. val value: UndefOr[Any]
    Annotations
    @JSOptional()
  57. def valueOf(): Any
    Definition Classes
    Object
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped