Packages

trait HeaderProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HeaderProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 apply(key: String): Any
    Annotations
    @JSBracketAccess()
  5. val as: UndefOr[AsT]

    An element type to render as (string or function).

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[|[Boolean, String]]

    Attach header to other content, like a segment.

  8. val block: UndefOr[Boolean]

    Format header to appear inside a content block.

  9. val children: UndefOr[Node]

    Primary content.

  10. val className: UndefOr[String]

    Additional classes.

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val color: UndefOr[SemanticCOLORS]

    Color of the header.

  13. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  14. val disabled: UndefOr[Boolean]

    Show that the header is inactive.

  15. val dividing: UndefOr[Boolean]

    Divide header from the content below it.

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val floated: UndefOr[SemanticFLOATS]

    Header can sit to the left or right of other content.

  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val icon: UndefOr[SemanticShorthandItemS[IconProps]]

    Add an icon by icon name or pass an Icon.

  24. val image: UndefOr[Boolean]

    Add an image by img src or pass an Image.

  25. val inverted: UndefOr[Boolean]

    Inverts the color of the header for dark backgrounds.

  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  32. val size: UndefOr[SemanticSIZES]

    Content headings are sized with em and are based on the font-size of their container.

  33. val sub: UndefOr[Boolean]

    Headers may be formatted to label smaller or de-emphasized content.

  34. val subheader: UndefOr[SemanticShorthandItemS[HeaderSubheaderProps]]

    Shorthand for Header.Subheader.

  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val textAlign: UndefOr[SemanticTEXTALIGNMENTS]

    Align header content.

  37. def toLocaleString(): String
    Definition Classes
    Object
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  40. def valueOf(): Any
    Definition Classes
    Object
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped