Packages

final case class List(as: UndefOr[AsC] = js.undefined, animated: UndefOr[Boolean] = js.undefined, bulleted: UndefOr[Boolean] = js.undefined, celled: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[Seq[VdomNode]] = js.undefined, divided: UndefOr[Boolean] = js.undefined, floated: UndefOr[semanticui.SemanticFloat] = js.undefined, horizontal: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, items: UndefOr[Seq[ShorthandS[ListItem]]] = js.undefined, onItemClickE: UndefOr[OnItemClick] = js.undefined, onItemClick: UndefOr[Callback] = js.undefined, link: UndefOr[Boolean] = js.undefined, ordered: UndefOr[Boolean] = js.undefined, relaxed: UndefOr[Boolean] = js.undefined, selection: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, verticalAlign: UndefOr[semanticui.SemanticVerticalAlignment] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty) extends GenericComponentPAC[ListProps, List] with Product with Serializable

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

Instance Constructors

  1. new List(as: UndefOr[AsC] = js.undefined, animated: UndefOr[Boolean] = js.undefined, bulleted: UndefOr[Boolean] = js.undefined, celled: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[Seq[VdomNode]] = js.undefined, divided: UndefOr[Boolean] = js.undefined, floated: UndefOr[semanticui.SemanticFloat] = js.undefined, horizontal: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, items: UndefOr[Seq[ShorthandS[ListItem]]] = js.undefined, onItemClickE: UndefOr[OnItemClick] = js.undefined, onItemClick: UndefOr[Callback] = js.undefined, link: UndefOr[Boolean] = js.undefined, ordered: UndefOr[Boolean] = js.undefined, relaxed: UndefOr[Boolean] = js.undefined, selection: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, verticalAlign: UndefOr[semanticui.SemanticVerticalAlignment] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.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[japgolly.scalajs.react.vdom.html_<^.TagMod]): List
    Definition Classes
    List → GenericJsComponentAC
  5. val animated: UndefOr[Boolean]
  6. val as: UndefOr[AsC]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val bulleted: UndefOr[Boolean]
  9. val celled: UndefOr[Boolean]
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[ListProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ListProps, MountedWithRoot[[A]A, ListProps, Null, Component[ListProps, Null], ListProps, Null], ListProps, MountedWithRoot[[A]A, ListProps, Null, Component[ListProps, Null], ListProps, Null]], ListProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ListProps, MountedWithRoot[[A]A, ListProps, Null, Component[ListProps, Null], ListProps, Null], ListProps, MountedWithRoot[[A]A, ListProps, Null, Component[ListProps, Null], ListProps, Null]]]
    Attributes
    protected
    Definition Classes
    List → GenericJsComponentAC
  14. val content: UndefOr[Seq[VdomNode]]
  15. def cprops: ListProps
    Attributes
    protected
    Definition Classes
    List → Passthrough
  16. val divided: UndefOr[Boolean]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val floated: UndefOr[semanticui.SemanticFloat]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val horizontal: UndefOr[Boolean]
  22. val inverted: UndefOr[Boolean]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val items: UndefOr[Seq[ShorthandS[ListItem]]]
  25. val link: UndefOr[Boolean]
  26. val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
    Definition Classes
    List → 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. val onItemClick: UndefOr[Callback]
  31. val onItemClickE: UndefOr[OnItemClick]
  32. val ordered: UndefOr[Boolean]
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. def rawModifiers: (ListProps, scala.List[VdomNode])
    Definition Classes
    PassthroughAC
  35. val relaxed: UndefOr[Boolean]
  36. def render: Render[ListProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  37. val selection: UndefOr[Boolean]
  38. val size: UndefOr[semanticui.SemanticSize]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. val verticalAlign: UndefOr[semanticui.SemanticVerticalAlignment]
  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 Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[ListProps, PropsAndChildren, Unit, List]

Inherited from PassthroughAC[ListProps]

Inherited from Passthrough[ListProps]

Inherited from AnyRef

Inherited from Any

Ungrouped