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. val TouchRippleProps: UndefOr[Object]
    Annotations
    @JSOptional()
  2. val action: UndefOr[Any]
    Annotations
    @JSOptional()
  3. val active: UndefOr[Boolean]
    Annotations
    @JSOptional()
  4. val alternativeLabel: UndefOr[Boolean]
    Annotations
    @JSOptional()
  5. val buttonRef: UndefOr[Any]
    Annotations
    @JSOptional()
  6. val centerRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val className: UndefOr[String]
    Annotations
    @JSOptional()
  8. val classes: UndefOr[Object]
    Annotations
    @JSOptional()
  9. val completed: UndefOr[Boolean]
    Annotations
    @JSOptional()
  10. val component: UndefOr[Any]
    Annotations
    @JSOptional()
  11. val disableRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. val disableTouchRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  13. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  14. val focusRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  15. val focusVisibleClassName: UndefOr[String]
    Annotations
    @JSOptional()
  16. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  17. val icon: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  18. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  19. val key: UndefOr[String]
    Annotations
    @JSOptional()
  20. val last: UndefOr[Boolean]
    Annotations
    @JSOptional()
  21. val onBlur: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  22. val onClick: UndefOr[react.vdom.MouseEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  23. val onFocus: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  24. val onFocusVisible: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  25. val onKeyDown: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  26. val onKeyUp: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  27. val onMouseDown: UndefOr[react.vdom.MouseEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  28. val onMouseLeave: UndefOr[react.vdom.MouseEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  29. val onMouseUp: UndefOr[react.vdom.MouseEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  30. val onTouchEnd: UndefOr[react.vdom.TouchEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  31. val onTouchMove: UndefOr[react.vdom.TouchEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  32. val onTouchStart: UndefOr[react.vdom.TouchEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  33. val optional: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  34. val orientation: UndefOr[String]
    Annotations
    @JSOptional()
  35. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  36. val role: UndefOr[String]
    Annotations
    @JSOptional()
  37. val style: UndefOr[Object]
    Annotations
    @JSOptional()
  38. val tabIndex: UndefOr[Any]
    Annotations
    @JSOptional()
  39. def toLocaleString(): String
    Definition Classes
    Object
  40. val type: UndefOr[String]
    Annotations
    @JSOptional()
  41. def valueOf(): Any
    Definition Classes
    Object