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. val active: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val alternativeLabel: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val buttonRef: UndefOr[Any]
    Annotations
    @JSOptional()
  10. val centerRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  11. val className: UndefOr[String]
    Annotations
    @JSOptional()
  12. val classes: UndefOr[Object]
    Annotations
    @JSOptional()
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. val completed: UndefOr[Boolean]
    Annotations
    @JSOptional()
  15. val component: UndefOr[Any]
    Annotations
    @JSOptional()
  16. val disableRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  17. val disableTouchRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  18. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. val focusRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  22. val focusVisibleClassName: UndefOr[String]
    Annotations
    @JSOptional()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val icon: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. val key: UndefOr[String]
    Annotations
    @JSOptional()
  30. val last: UndefOr[Boolean]
    Annotations
    @JSOptional()
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. val onBlur: UndefOr[react.vdom.FocusEventHandler[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.MouseEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  41. val onMouseLeave: UndefOr[react.vdom.MouseEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  42. val onMouseUp: UndefOr[react.vdom.MouseEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  43. val onTouchEnd: UndefOr[react.vdom.TouchEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  44. val onTouchMove: UndefOr[react.vdom.TouchEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  45. val onTouchStart: UndefOr[react.vdom.TouchEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  46. val optional: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  47. val orientation: UndefOr[String]
    Annotations
    @JSOptional()
  48. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  49. val role: UndefOr[String]
    Annotations
    @JSOptional()
  50. val style: UndefOr[Object]
    Annotations
    @JSOptional()
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. val tabIndex: UndefOr[Any]
    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. def valueOf(): Any
    Definition Classes
    Object
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. 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