Packages

final case class DropdownMenu(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, direction: UndefOr[MenuDirection] = js.undefined, open: UndefOr[Boolean] = js.undefined, scrolling: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[DropdownMenuProps, DropdownMenu] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[DropdownMenuProps, PropsAndChildren, Unit, DropdownMenu], PassthroughAC[DropdownMenuProps], Passthrough[DropdownMenuProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DropdownMenu
  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 DropdownMenu(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, direction: UndefOr[MenuDirection] = js.undefined, open: UndefOr[Boolean] = js.undefined, scrolling: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): DropdownMenu
    Definition Classes
    DropdownMenu → GenericJsComponentAC
  2. val as: UndefOr[AsC]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val content: UndefOr[VdomNode]
  6. val direction: UndefOr[MenuDirection]
  7. val modifiers: Seq[TagMod]
    Definition Classes
    DropdownMenu → Passthrough
  8. val open: UndefOr[Boolean]
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def rawModifiers: (DropdownMenuProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  11. def render: Render[DropdownMenuProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  12. val scrolling: UndefOr[Boolean]