Packages

final case class FormField(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, id: UndefOr[String] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[String]] = js.undefined, required: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, width: UndefOr[SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[FormFieldProps, FormField] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[FormFieldProps, Props, Unit, FormField], PassthroughA[FormFieldProps], Passthrough[FormFieldProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormField
  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 FormField(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, id: UndefOr[String] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[String]] = js.undefined, required: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, width: UndefOr[SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): FormField
    Definition Classes
    FormField → GenericJsComponentA
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val content: UndefOr[ShorthandS[VdomNode]]
  6. val control: UndefOr[String]
  7. val disabled: UndefOr[Boolean]
  8. val error: UndefOr[ShorthandB[Label]]
  9. val id: UndefOr[String]
  10. val inline: UndefOr[Boolean]
  11. val label: UndefOr[ShorthandS[String]]
  12. val modifiers: Seq[TagMod]
    Definition Classes
    FormField → Passthrough
  13. def productElementNames: Iterator[String]
    Definition Classes
    Product
  14. def rawProps: FormFieldProps
    Definition Classes
    PassthroughA
  15. def render: Render[FormFieldProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  16. val required: UndefOr[Boolean]
  17. val tpe: UndefOr[String]
  18. val width: UndefOr[SemanticWidth]