Packages

final case class DropdownMenu(as: UndefOr[AsC] = js.undefined, child: UndefOr[VdomNode] = 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, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[DropdownMenuProps] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, GenericComponentC[DropdownMenuProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DropdownMenu
  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 DropdownMenu(as: UndefOr[AsC] = js.undefined, child: UndefOr[VdomNode] = 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, children: ChildrenArgs = Seq.empty)

Value Members

  1. val as: UndefOr[AsC]
  2. val child: UndefOr[VdomNode]
  3. val children: ChildrenArgs
    Definition Classes
    DropdownMenu → GenericComponentC
  4. val className: UndefOr[String]
  5. val clazz: UndefOr[Css]
  6. val content: UndefOr[VdomNode]
  7. val direction: UndefOr[MenuDirection]
  8. val open: UndefOr[Boolean]
  9. def render: Render[DropdownMenuProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  10. def renderWith: (Seq[ChildArg]) ⇒ UnmountedWithRoot[DropdownMenuProps, MountedWithRoot[[A]A, DropdownMenuProps, Null, Component[DropdownMenuProps, Null], DropdownMenuProps, Null], DropdownMenuProps, MountedWithRoot[[A]A, DropdownMenuProps, Null, Component[DropdownMenuProps, Null], DropdownMenuProps, Null]]
    Definition Classes
    DropdownMenu → GenericComponentC
    Annotations
    @inline()
  11. val scrolling: UndefOr[Boolean]
  12. def withChildren(children: ChildrenArgs): DropdownMenu
    Definition Classes
    DropdownMenu → GenericComponentC