final case class FormTextArea(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, onChange: UndefOr[Callback] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onInput: UndefOr[Callback] = js.undefined, onInputE: UndefOr[Event] = js.undefined, required: UndefOr[Boolean] = js.undefined, rows: UndefOr[|[Int, String]] = js.undefined, tpe: UndefOr[String] = js.undefined, value: UndefOr[|[String, JsNumber]] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[FormFieldProps, FormTextArea] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FormTextArea
- Serializable
- Product
- Equals
- GenericJsComponentA
- PassthroughA
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FormTextArea(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, onChange: UndefOr[Callback] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onInput: UndefOr[Callback] = js.undefined, onInputE: UndefOr[Event] = js.undefined, required: UndefOr[Boolean] = js.undefined, rows: UndefOr[|[Int, String]] = js.undefined, tpe: UndefOr[String] = js.undefined, value: UndefOr[|[String, JsNumber]] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = 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]): FormTextArea
- Definition Classes
- FormTextArea → GenericJsComponentA
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[FormFieldProps, [-p, +u]Props[p, u], UnmountedWithRoot[FormFieldProps, MountedWithRoot[[A]A, FormFieldProps, Null, Component[FormFieldProps, Null], FormFieldProps, Null], FormFieldProps, MountedWithRoot[[A]A, FormFieldProps, Null, Component[FormFieldProps, Null], FormFieldProps, Null]], FormFieldProps, [-p, +u]Props[p, u], UnmountedWithRoot[FormFieldProps, MountedWithRoot[[A]A, FormFieldProps, Null, Component[FormFieldProps, Null], FormFieldProps, Null], FormFieldProps, MountedWithRoot[[A]A, FormFieldProps, Null, Component[FormFieldProps, Null], FormFieldProps, Null]]]
- Attributes
- protected
- Definition Classes
- FormTextArea → GenericJsComponentA
- val content: UndefOr[ShorthandS[VdomNode]]
- val control: UndefOr[String]
- def cprops: FormFieldProps
- Attributes
- protected
- Definition Classes
- FormTextArea → Passthrough
- val disabled: UndefOr[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: UndefOr[ShorthandB[Label]]
- 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()
- val inline: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: UndefOr[ShorthandS[Label]]
- val modifiers: Seq[TagMod]
- Definition Classes
- FormTextArea → 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: FormFieldProps
- Definition Classes
- PassthroughA
- def render: Render[FormFieldProps]
- Definition Classes
- GenericJsComponentA
- Annotations
- @inline()
- val required: UndefOr[Boolean]
- val rows: UndefOr[|[Int, String]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tpe: UndefOr[String]
- 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()
- val width: UndefOr[semanticui.SemanticWidth]