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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  25. val key: UndefOr[String]
    Annotations
    @JSOptional()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val onBlur: UndefOr[react.vdom.FocusEventHandler[Element]]
    Annotations
    @JSOptional()
  30. val onClick: UndefOr[react.vdom.MouseEventHandler[Element]]
    Annotations
    @JSOptional()
  31. val onFocus: UndefOr[react.vdom.FocusEventHandler[Element]]
    Annotations
    @JSOptional()
  32. val onFocusVisible: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  33. val onKeyDown: UndefOr[react.vdom.KeyboardEventHandler[Element]]
    Annotations
    @JSOptional()
  34. val onKeyUp: UndefOr[react.vdom.KeyboardEventHandler[Element]]
    Annotations
    @JSOptional()
  35. val onMouseDown: UndefOr[react.vdom.MouseEventHandler[Element]]
    Annotations
    @JSOptional()
  36. val onMouseLeave: UndefOr[react.vdom.MouseEventHandler[Element]]
    Annotations
    @JSOptional()
  37. val onMouseUp: UndefOr[react.vdom.MouseEventHandler[Element]]
    Annotations
    @JSOptional()
  38. val onTouchEnd: UndefOr[react.vdom.TouchEventHandler[Element]]
    Annotations
    @JSOptional()
  39. val onTouchMove: UndefOr[react.vdom.TouchEventHandler[Element]]
    Annotations
    @JSOptional()
  40. val onTouchStart: UndefOr[react.vdom.TouchEventHandler[Element]]
    Annotations
    @JSOptional()
  41. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  42. val role: UndefOr[String]
    Annotations
    @JSOptional()
  43. val style: UndefOr[Object]
    Annotations
    @JSOptional()
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. val tabIndex: UndefOr[Any]
    Annotations
    @JSOptional()
  46. def toLocaleString(): String
    Definition Classes
    Object
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. val type: UndefOr[String]
    Annotations
    @JSOptional()
  49. def valueOf(): Any
    Definition Classes
    Object
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. 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