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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val autoComplete: UndefOr[String]
    Annotations
    @JSOptional()
  6. val autoFocus: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val className: UndefOr[String]
    Annotations
    @JSOptional()
  8. val classes: UndefOr[Object]
    Annotations
    @JSOptional()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val defaultValue: UndefOr[Any]
    Annotations
    @JSOptional()
  11. val disableUnderline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  13. val endAdornment: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val error: UndefOr[Boolean]
    Annotations
    @JSOptional()
  17. val fullWidth: UndefOr[Boolean]
    Annotations
    @JSOptional()
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val id: UndefOr[String]
    Annotations
    @JSOptional()
  22. val inputComponent: UndefOr[Any]
    Annotations
    @JSOptional()
  23. val inputProps: UndefOr[Object]
    Annotations
    @JSOptional()
  24. val inputRef: UndefOr[Any]
    Annotations
    @JSOptional()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  27. val key: UndefOr[String]
    Annotations
    @JSOptional()
  28. val margin: UndefOr[Margin]
    Annotations
    @JSOptional()
  29. val muiFormControl: UndefOr[Object]
    Annotations
    @JSOptional()
  30. val multiline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  31. val name: UndefOr[String]
    Annotations
    @JSOptional()
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. val onBlur: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  36. val onChange: UndefOr[react.vdom.ReactEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  37. val onEmpty: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  38. val onFilled: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  39. val onFocus: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  40. val onKeyDown: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  41. val onKeyUp: UndefOr[react.vdom.KeyboardEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  42. val placeholder: UndefOr[String]
    Annotations
    @JSOptional()
  43. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  44. val readOnly: UndefOr[Boolean]
    Annotations
    @JSOptional()
  45. val renderPrefix: UndefOr[Any]
    Annotations
    @JSOptional()
  46. val required: UndefOr[Boolean]
    Annotations
    @JSOptional()
  47. val rows: UndefOr[Any]
    Annotations
    @JSOptional()
  48. val rowsMax: UndefOr[Any]
    Annotations
    @JSOptional()
  49. val startAdornment: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  50. val style: UndefOr[Object]
    Annotations
    @JSOptional()
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. def toLocaleString(): String
    Definition Classes
    Object
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. val type: UndefOr[String]
    Annotations
    @JSOptional()
  55. val value: UndefOr[Any]
    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