trait Props extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val FormHelperTextProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val InputLabelProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val InputProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val SelectProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val autoComplete: UndefOr[String]
- Annotations
- @JSOptional()
- val autoFocus: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- val classes: UndefOr[Object]
- Annotations
- @JSOptional()
- val component: UndefOr[Any]
- Annotations
- @JSOptional()
- val defaultValue: UndefOr[Any]
- Annotations
- @JSOptional()
- val disabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val error: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val fullWidth: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val helperText: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val id: UndefOr[String]
- Annotations
- @JSOptional()
- val inputProps: UndefOr[Object]
- Annotations
- @JSOptional()
- val inputRef: UndefOr[Any]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val key: UndefOr[String]
- Annotations
- @JSOptional()
- val label: UndefOr[ReactNode]
- Annotations
- @JSOptional()
- val margin: UndefOr[Margin]
- Annotations
- @JSOptional()
- val multiline: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val name: UndefOr[String]
- Annotations
- @JSOptional()
- val onBlur: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val onChange: UndefOr[Function1[Dynamic, Unit]]
- Annotations
- @JSOptional()
- val onFocus: UndefOr[react.vdom.FocusEventHandler[org.scalajs.dom.html.Input]]
- Annotations
- @JSOptional()
- val placeholder: UndefOr[String]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val required: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val rows: UndefOr[Any]
- Annotations
- @JSOptional()
- val rowsMax: UndefOr[Any]
- Annotations
- @JSOptional()
- val select: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val style: UndefOr[Object]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val type: UndefOr[String]
- Annotations
- @JSOptional()
- val value: UndefOr[|[String, Number]]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- val variant: UndefOr[Variant]
- Annotations
- @JSOptional()