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 IconComponent: UndefOr[Any]
    Annotations
    @JSOptional()
  5. val MenuProps: UndefOr[Object]
    Annotations
    @JSOptional()
  6. val SelectDisplayProps: UndefOr[Object]
    Annotations
    @JSOptional()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val autoComplete: UndefOr[String]
    Annotations
    @JSOptional()
  9. val autoFocus: UndefOr[Boolean]
    Annotations
    @JSOptional()
  10. val autoWidth: 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 defaultValue: UndefOr[Any]
    Annotations
    @JSOptional()
  15. val disableUnderline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  16. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  17. val displayEmpty: UndefOr[Boolean]
    Annotations
    @JSOptional()
  18. val endAdornment: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. val error: UndefOr[Boolean]
    Annotations
    @JSOptional()
  22. val fullWidth: UndefOr[Boolean]
    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 id: UndefOr[String]
    Annotations
    @JSOptional()
  27. val input: UndefOr[ReactElement]
    Annotations
    @JSOptional()
  28. val inputComponent: UndefOr[Any]
    Annotations
    @JSOptional()
  29. val inputProps: UndefOr[Object]
    Annotations
    @JSOptional()
  30. val inputRef: UndefOr[Any]
    Annotations
    @JSOptional()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  33. val key: UndefOr[String]
    Annotations
    @JSOptional()
  34. val margin: UndefOr[Margin]
    Annotations
    @JSOptional()
  35. val muiFormControl: UndefOr[Object]
    Annotations
    @JSOptional()
  36. val multiline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  37. val multiple: UndefOr[Boolean]
    Annotations
    @JSOptional()
  38. val name: UndefOr[String]
    Annotations
    @JSOptional()
  39. val native: UndefOr[Boolean]
    Annotations
    @JSOptional()
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. val onBlur: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  44. val onChange: UndefOr[react.vdom.ReactEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  45. val onClose: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  46. val onEmpty: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  47. val onFilled: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  48. val onFocus: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  49. val onKeyDown: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  50. val onKeyUp: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  51. val onOpen: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  52. val open: UndefOr[Boolean]
    Annotations
    @JSOptional()
  53. val placeholder: UndefOr[String]
    Annotations
    @JSOptional()
  54. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  55. val readOnly: UndefOr[Boolean]
    Annotations
    @JSOptional()
  56. val renderPrefix: UndefOr[Any]
    Annotations
    @JSOptional()
  57. val renderValue: UndefOr[Any]
    Annotations
    @JSOptional()
  58. val required: UndefOr[Boolean]
    Annotations
    @JSOptional()
  59. val rows: UndefOr[Any]
    Annotations
    @JSOptional()
  60. val rowsMax: UndefOr[Any]
    Annotations
    @JSOptional()
  61. val startAdornment: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  62. val style: UndefOr[Object]
    Annotations
    @JSOptional()
  63. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  64. def toLocaleString(): String
    Definition Classes
    Object
  65. def toString(): String
    Definition Classes
    AnyRef → Any
  66. val type: UndefOr[String]
    Annotations
    @JSOptional()
  67. val value: UndefOr[Any]
    Annotations
    @JSOptional()
  68. def valueOf(): Any
    Definition Classes
    Object
  69. val variant: UndefOr[Variant]
    Annotations
    @JSOptional()
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  72. 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