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 FormHelperTextProps: UndefOr[Object]
    Annotations
    @JSOptional()
  2. val InputLabelProps: UndefOr[Object]
    Annotations
    @JSOptional()
  3. val InputProps: UndefOr[Object]
    Annotations
    @JSOptional()
  4. val SelectProps: UndefOr[Object]
    Annotations
    @JSOptional()
  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. val component: UndefOr[Any]
    Annotations
    @JSOptional()
  10. val defaultValue: UndefOr[Any]
    Annotations
    @JSOptional()
  11. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. val error: UndefOr[Boolean]
    Annotations
    @JSOptional()
  13. val fullWidth: UndefOr[Boolean]
    Annotations
    @JSOptional()
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. val helperText: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  16. val id: UndefOr[String]
    Annotations
    @JSOptional()
  17. val inputProps: UndefOr[Object]
    Annotations
    @JSOptional()
  18. val inputRef: UndefOr[Any]
    Annotations
    @JSOptional()
  19. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  20. val key: UndefOr[String]
    Annotations
    @JSOptional()
  21. val label: UndefOr[ReactNode]
    Annotations
    @JSOptional()
  22. val margin: UndefOr[Margin]
    Annotations
    @JSOptional()
  23. val multiline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  24. val name: UndefOr[String]
    Annotations
    @JSOptional()
  25. val onBlur: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  26. val onChange: UndefOr[Function1[Dynamic, Unit]]
    Annotations
    @JSOptional()
  27. val onFocus: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
    Annotations
    @JSOptional()
  28. val placeholder: UndefOr[String]
    Annotations
    @JSOptional()
  29. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  30. val required: UndefOr[Boolean]
    Annotations
    @JSOptional()
  31. val rows: UndefOr[Any]
    Annotations
    @JSOptional()
  32. val rowsMax: UndefOr[Any]
    Annotations
    @JSOptional()
  33. val select: UndefOr[Boolean]
    Annotations
    @JSOptional()
  34. val style: UndefOr[Object]
    Annotations
    @JSOptional()
  35. def toLocaleString(): String
    Definition Classes
    Object
  36. val type: UndefOr[String]
    Annotations
    @JSOptional()
  37. val value: UndefOr[|[String, Number]]
    Annotations
    @JSOptional()
  38. def valueOf(): Any
    Definition Classes
    Object
  39. val variant: UndefOr[Variant]
    Annotations
    @JSOptional()