Packages

final case class DropdownItem(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]] = js.undefined, description: UndefOr[String] = js.undefined, disable: UndefOr[Boolean] = js.undefined, flag: UndefOr[ShorthandS[Flag]] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, image: UndefOr[ShorthandS[Image]] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, selected: UndefOr[Boolean] = js.undefined, text: UndefOr[String] = js.undefined, value: UndefOr[|[|[Boolean, JsNumber], String]] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty) extends GenericComponentPAC[DropdownItemProps, DropdownItem] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[DropdownItemProps, PropsAndChildren, Unit, DropdownItem], PassthroughAC[DropdownItemProps], Passthrough[DropdownItemProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DropdownItem
  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 DropdownItem(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]] = js.undefined, description: UndefOr[String] = js.undefined, disable: UndefOr[Boolean] = js.undefined, flag: UndefOr[ShorthandS[Flag]] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, image: UndefOr[ShorthandS[Image]] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, selected: UndefOr[Boolean] = js.undefined, text: UndefOr[String] = js.undefined, value: UndefOr[|[|[Boolean, JsNumber], String]] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty)

Value Members

  1. val active: UndefOr[Boolean]
  2. def addModifiers(modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]): DropdownItem
    Definition Classes
    DropdownItem → GenericJsComponentAC
  3. val as: UndefOr[AsC]
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]]
  7. val description: UndefOr[String]
  8. val disable: UndefOr[Boolean]
  9. val flag: UndefOr[ShorthandS[Flag]]
  10. val icon: UndefOr[ShorthandSB[Icon]]
  11. val image: UndefOr[ShorthandS[Image]]
  12. val label: UndefOr[ShorthandS[Label]]
  13. val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
    Definition Classes
    DropdownItem → Passthrough
  14. val onClick: UndefOr[Callback]
  15. val onClickE: UndefOr[OnClick]
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. def rawModifiers: (DropdownItemProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  18. def render: Render[DropdownItemProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  19. val selected: UndefOr[Boolean]
  20. val text: UndefOr[String]
  21. val value: UndefOr[|[|[Boolean, JsNumber], String]]