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 buttonRef: UndefOr[Any]
    Annotations
    @JSOptional()
  4. val centerRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  5. val className: UndefOr[String]
    Annotations
    @JSOptional()
  6. val classes: UndefOr[Object]
    Annotations
    @JSOptional()
  7. val component: UndefOr[Any]
    Annotations
    @JSOptional()
  8. val disableRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  9. val disableTouchRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  10. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  11. val focusRipple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. val focusVisibleClassName: UndefOr[String]
    Annotations
    @JSOptional()
  13. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  14. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  15. val key: UndefOr[String]
    Annotations
    @JSOptional()
  16. val onBlur: UndefOr[react.vdom.FocusEventHandler[Element]]
    Annotations
    @JSOptional()
  17. val onClick: UndefOr[react.vdom.MouseEventHandler[Element]]
    Annotations
    @JSOptional()
  18. val onFocus: UndefOr[react.vdom.FocusEventHandler[Element]]
    Annotations
    @JSOptional()
  19. val onFocusVisible: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  20. val onKeyDown: UndefOr[react.vdom.KeyboardEventHandler[Element]]
    Annotations
    @JSOptional()
  21. val onKeyUp: UndefOr[react.vdom.KeyboardEventHandler[Element]]
    Annotations
    @JSOptional()
  22. val onMouseDown: UndefOr[react.vdom.MouseEventHandler[Element]]
    Annotations
    @JSOptional()
  23. val onMouseLeave: UndefOr[react.vdom.MouseEventHandler[Element]]
    Annotations
    @JSOptional()
  24. val onMouseUp: UndefOr[react.vdom.MouseEventHandler[Element]]
    Annotations
    @JSOptional()
  25. val onTouchEnd: UndefOr[react.vdom.TouchEventHandler[Element]]
    Annotations
    @JSOptional()
  26. val onTouchMove: UndefOr[react.vdom.TouchEventHandler[Element]]
    Annotations
    @JSOptional()
  27. val onTouchStart: UndefOr[react.vdom.TouchEventHandler[Element]]
    Annotations
    @JSOptional()
  28. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  29. val role: UndefOr[String]
    Annotations
    @JSOptional()
  30. val style: UndefOr[Object]
    Annotations
    @JSOptional()
  31. val tabIndex: UndefOr[Any]
    Annotations
    @JSOptional()
  32. def toLocaleString(): String
    Definition Classes
    Object
  33. val type: UndefOr[String]
    Annotations
    @JSOptional()
  34. def valueOf(): Any
    Definition Classes
    Object