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
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextArea
- Serializable
- Product
- Equals
- GenericJsComponentA
- PassthroughA
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addModifiers(modifiers: Seq[TagMod]): TextArea
- Definition Classes
- TextArea → GenericJsComponentA
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[TextAreaProps, [-p, +u]Props[p, u], UnmountedWithRoot[TextAreaProps, MountedWithRoot[[A]A, TextAreaProps, Null, Component[TextAreaProps, Null], TextAreaProps, Null], TextAreaProps, MountedWithRoot[[A]A, TextAreaProps, Null, Component[TextAreaProps, Null], TextAreaProps, Null]], TextAreaProps, [-p, +u]Props[p, u], UnmountedWithRoot[TextAreaProps, MountedWithRoot[[A]A, TextAreaProps, Null, Component[TextAreaProps, Null], TextAreaProps, Null], TextAreaProps, MountedWithRoot[[A]A, TextAreaProps, Null, Component[TextAreaProps, Null], TextAreaProps, Null]]]
- Attributes
- protected
- Definition Classes
- TextArea → GenericJsComponentA
- def cprops: TextAreaProps
- Attributes
- protected
- Definition Classes
- TextArea → Passthrough
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modifiers: Seq[TagMod]
- Definition Classes
- TextArea → Passthrough
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onChange: UndefOr[Callback]
- val onChangeE: UndefOr[Event]
- val onInput: UndefOr[Callback]
- val onInputE: UndefOr[Event]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawProps: TextAreaProps
- Definition Classes
- PassthroughA
- def render: Render[TextAreaProps]
- Definition Classes
- GenericJsComponentA
- Annotations
- @inline()
- val rows: UndefOr[|[Int, String]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val value: UndefOr[|[String, JsNumber]]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()