Packages

final case class Header(as: UndefOr[AsC] = js.undefined, attached: UndefOr[HeaderAttached] = js.undefined, block: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, dividing: UndefOr[Boolean] = js.undefined, floated: UndefOr[semanticui.SemanticFloat] = js.undefined, icon: UndefOr[ShorthandS[Icon]] = js.undefined, image: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, sub: UndefOr[Boolean] = js.undefined, subheader: UndefOr[HeaderSubheader] = js.undefined, textAlign: UndefOr[semanticui.SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericFnComponentPAC[HeaderProps, Header] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericFnComponentAC[HeaderProps, PropsAndChildren, Unit, Header], PassthroughAC[HeaderProps], Passthrough[HeaderProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Header
  2. Serializable
  3. Product
  4. Equals
  5. GenericFnComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Header(as: UndefOr[AsC] = js.undefined, attached: UndefOr[HeaderAttached] = js.undefined, block: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, dividing: UndefOr[Boolean] = js.undefined, floated: UndefOr[semanticui.SemanticFloat] = js.undefined, icon: UndefOr[ShorthandS[Icon]] = js.undefined, image: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, sub: UndefOr[Boolean] = js.undefined, subheader: UndefOr[HeaderSubheader] = js.undefined, textAlign: UndefOr[semanticui.SemanticTextAlignment] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addModifiers(modifiers: Seq[TagMod]): Header
    Definition Classes
    Header → GenericFnComponentAC
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[HeaderAttached]
  8. val block: UndefOr[Boolean]
  9. val className: UndefOr[String]
  10. val clazz: UndefOr[Css]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val color: UndefOr[semanticui.SemanticColor]
  13. val component: japgolly.scalajs.react.component.JsFn.ComponentWithRoot[HeaderProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[HeaderProps, Unit, HeaderProps], HeaderProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[HeaderProps, Unit, HeaderProps]]
    Attributes
    protected
    Definition Classes
    Header → GenericFnComponentAC
  14. val content: UndefOr[ShorthandS[VdomNode]]
  15. def cprops: HeaderProps
    Attributes
    protected
    Definition Classes
    Header → Passthrough
  16. val disabled: UndefOr[Boolean]
  17. val dividing: UndefOr[Boolean]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. val floated: UndefOr[semanticui.SemanticFloat]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val icon: UndefOr[ShorthandS[Icon]]
  23. val image: UndefOr[Boolean]
  24. val inverted: UndefOr[Boolean]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val modifiers: Seq[TagMod]
    Definition Classes
    Header → Passthrough
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def rawModifiers: (HeaderProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  32. def render: RenderFn[HeaderProps]
    Definition Classes
    GenericFnComponentAC
    Annotations
    @inline()
  33. val size: UndefOr[semanticui.SemanticSize]
  34. val sub: UndefOr[Boolean]
  35. val subheader: UndefOr[HeaderSubheader]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. val textAlign: UndefOr[semanticui.SemanticTextAlignment]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericFnComponentAC[HeaderProps, PropsAndChildren, Unit, Header]

Inherited from PassthroughAC[HeaderProps]

Inherited from Passthrough[HeaderProps]

Inherited from AnyRef

Inherited from Any

Ungrouped