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
Ordering
- Alphabetic
- By Inheritance
Inherited
- DropdownMenu
- Serializable
- Serializable
- Product
- Equals
- GenericComponentC
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- val as: UndefOr[AsC]
- val child: UndefOr[VdomNode]
-
val
children: ChildrenArgs
- Definition Classes
- DropdownMenu → GenericComponentC
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- val content: UndefOr[VdomNode]
- val direction: UndefOr[MenuDirection]
- val open: UndefOr[Boolean]
-
def
render: Render[DropdownMenuProps]
- Definition Classes
- GenericComponentC
- Annotations
- @inline()
-
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()
- val scrolling: UndefOr[Boolean]
-
def
withChildren(children: ChildrenArgs): DropdownMenu
- Definition Classes
- DropdownMenu → GenericComponentC