Packages

final case class DropdownItem(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, description: UndefOr[String] = js.undefined, disable: UndefOr[Boolean] = js.undefined, flag: UndefOr[|[Render[FlagProps], Flag]] = js.undefined, icon: UndefOr[Icon] = js.undefined, image: UndefOr[|[RenderFn[ImageProps], Image]] = js.undefined, label: UndefOr[Label] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, selected: UndefOr[Boolean] = js.undefined, text: UndefOr[VdomNode] = js.undefined, value: UndefOr[|[|[Boolean, JsNumber], String]] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[DropdownItemProps] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, GenericComponentC[DropdownItemProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DropdownItem
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GenericComponentC
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DropdownItem(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, description: UndefOr[String] = js.undefined, disable: UndefOr[Boolean] = js.undefined, flag: UndefOr[|[Render[FlagProps], Flag]] = js.undefined, icon: UndefOr[Icon] = js.undefined, image: UndefOr[|[RenderFn[ImageProps], Image]] = js.undefined, label: UndefOr[Label] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, selected: UndefOr[Boolean] = js.undefined, text: UndefOr[VdomNode] = js.undefined, value: UndefOr[|[|[Boolean, JsNumber], String]] = js.undefined, children: ChildrenArgs = 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. val active: UndefOr[Boolean]
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val child: UndefOr[VdomNode]
  8. val children: ChildrenArgs
    Definition Classes
    DropdownItem → GenericComponentC
  9. val className: UndefOr[String]
  10. val clazz: UndefOr[Css]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. val content: UndefOr[VdomNode]
  13. val description: UndefOr[String]
  14. val disable: UndefOr[Boolean]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val flag: UndefOr[|[Render[FlagProps], Flag]]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val icon: UndefOr[Icon]
  20. val image: UndefOr[|[RenderFn[ImageProps], Image]]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val label: UndefOr[Label]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val onClick: UndefOr[Callback]
  27. val onClickE: UndefOr[OnClick]
  28. def render: Render[DropdownItemProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  29. def renderWith: (Seq[ChildArg]) ⇒ UnmountedWithRoot[DropdownItemProps, MountedWithRoot[[A]A, DropdownItemProps, Null, Component[DropdownItemProps, Null], DropdownItemProps, Null], DropdownItemProps, MountedWithRoot[[A]A, DropdownItemProps, Null, Component[DropdownItemProps, Null], DropdownItemProps, Null]]
    Definition Classes
    DropdownItem → GenericComponentC
    Annotations
    @inline()
  30. val selected: UndefOr[Boolean]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. val text: UndefOr[VdomNode]
  33. val value: UndefOr[|[|[Boolean, JsNumber], String]]
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. def withChildren(children: ChildrenArgs): DropdownItem
    Definition Classes
    DropdownItem → GenericComponentC

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[DropdownItemProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped