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
Ordering
- Alphabetic
- By Inheritance
Inherited
- List
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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[japgolly.scalajs.react.vdom.html_<^.TagMod]): List
- Definition Classes
- List → GenericJsComponentAC
- val animated: UndefOr[Boolean]
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bulleted: UndefOr[Boolean]
- val celled: UndefOr[Boolean]
- 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[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
- val content: UndefOr[Seq[VdomNode]]
- def cprops: ListProps
- Attributes
- protected
- Definition Classes
- List → Passthrough
- val divided: UndefOr[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val floated: UndefOr[semanticui.SemanticFloat]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val horizontal: UndefOr[Boolean]
- val inverted: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val items: UndefOr[Seq[ShorthandS[ListItem]]]
- val link: UndefOr[Boolean]
- val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
- Definition Classes
- List → 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 onItemClick: UndefOr[Callback]
- val onItemClickE: UndefOr[OnItemClick]
- val ordered: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawModifiers: (ListProps, scala.List[VdomNode])
- Definition Classes
- PassthroughAC
- val relaxed: UndefOr[Boolean]
- def render: Render[ListProps]
- Definition Classes
- GenericJsComponentAC
- Annotations
- @inline()
- val selection: UndefOr[Boolean]
- val size: UndefOr[semanticui.SemanticSize]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val verticalAlign: UndefOr[semanticui.SemanticVerticalAlignment]
- 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()