Packages

final case class TextArea(as: UndefOr[AsC] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onChange: UndefOr[Callback] = js.undefined, onInputE: UndefOr[Event] = js.undefined, onInput: UndefOr[Callback] = js.undefined, rows: UndefOr[|[Int, String]] = js.undefined, value: UndefOr[|[String, JsNumber]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[TextAreaProps, TextArea] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[TextAreaProps, Props, Unit, TextArea], PassthroughA[TextAreaProps], Passthrough[TextAreaProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextArea
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentA
  6. PassthroughA
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TextArea(as: UndefOr[AsC] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onChange: UndefOr[Callback] = js.undefined, onInputE: UndefOr[Event] = js.undefined, onInput: UndefOr[Callback] = js.undefined, rows: UndefOr[|[Int, String]] = js.undefined, value: UndefOr[|[String, JsNumber]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): TextArea
    Definition Classes
    TextArea → GenericJsComponentA
  2. val as: UndefOr[AsC]
  3. val modifiers: Seq[TagMod]
    Definition Classes
    TextArea → Passthrough
  4. val onChange: UndefOr[Callback]
  5. val onChangeE: UndefOr[Event]
  6. val onInput: UndefOr[Callback]
  7. val onInputE: UndefOr[Event]
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def rawProps: TextAreaProps
    Definition Classes
    PassthroughA
  10. def render: Render[TextAreaProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  11. val rows: UndefOr[|[Int, String]]
  12. val value: UndefOr[|[String, JsNumber]]