Packages

final case class Menu(as: UndefOr[AsC] = js.undefined, activeIndex: UndefOr[|[Int, String]] = js.undefined, attached: UndefOr[MenuAttached] = js.undefined, borderless: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, defaultActiveIndex: UndefOr[|[Int, String]] = js.undefined, fixed: UndefOr[MenuFixed] = js.undefined, floated: UndefOr[MenuFloated] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[MenuIcon] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, onItemClickE: UndefOr[OnItemClick] = js.undefined, onItemClick: UndefOr[Callback] = js.undefined, pagination: UndefOr[Boolean] = js.undefined, pointing: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, stackable: UndefOr[Boolean] = js.undefined, tabular: UndefOr[MenuTabular] = js.undefined, text: UndefOr[Boolean] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, widths: UndefOr[semanticui.SemanticWidth] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[MenuProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentC[MenuProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Menu
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentC
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Menu(as: UndefOr[AsC] = js.undefined, activeIndex: UndefOr[|[Int, String]] = js.undefined, attached: UndefOr[MenuAttached] = js.undefined, borderless: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, defaultActiveIndex: UndefOr[|[Int, String]] = js.undefined, fixed: UndefOr[MenuFixed] = js.undefined, floated: UndefOr[MenuFloated] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[MenuIcon] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, onItemClickE: UndefOr[OnItemClick] = js.undefined, onItemClick: UndefOr[Callback] = js.undefined, pagination: UndefOr[Boolean] = js.undefined, pointing: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, stackable: UndefOr[Boolean] = js.undefined, tabular: UndefOr[MenuTabular] = js.undefined, text: UndefOr[Boolean] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, widths: UndefOr[semanticui.SemanticWidth] = js.undefined, children: ChildrenArgs = Seq.empty)

Value Members

  1. val activeIndex: UndefOr[|[Int, String]]
  2. val as: UndefOr[AsC]
  3. val attached: UndefOr[MenuAttached]
  4. val borderless: UndefOr[Boolean]
  5. val child: UndefOr[VdomNode]
  6. val children: ChildrenArgs
    Definition Classes
    Menu → GenericJsComponentC
  7. val className: UndefOr[String]
  8. val clazz: UndefOr[Css]
  9. val color: UndefOr[semanticui.SemanticColor]
  10. val compact: UndefOr[Boolean]
  11. def cprops: MenuProps
    Definition Classes
    Menu → GenericJsComponentC
  12. val defaultActiveIndex: UndefOr[|[Int, String]]
  13. val fixed: UndefOr[MenuFixed]
  14. val floated: UndefOr[MenuFloated]
  15. val fluid: UndefOr[Boolean]
  16. val icon: UndefOr[MenuIcon]
  17. val inverted: UndefOr[Boolean]
  18. val onItemClick: UndefOr[Callback]
  19. val onItemClickE: UndefOr[OnItemClick]
  20. val pagination: UndefOr[Boolean]
  21. val pointing: UndefOr[Boolean]
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. def render: Render[MenuProps]
    Definition Classes
    GenericJsComponentC
    Annotations
    @inline()
  24. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[MenuProps, MountedWithRoot[[A]A, MenuProps, Null, Component[MenuProps, Null], MenuProps, Null], MenuProps, MountedWithRoot[[A]A, MenuProps, Null, Component[MenuProps, Null], MenuProps, Null]]
    Definition Classes
    Menu → GenericJsComponentC
    Annotations
    @inline()
  25. val secondary: UndefOr[Boolean]
  26. val size: UndefOr[semanticui.SemanticSize]
  27. val stackable: UndefOr[Boolean]
  28. val tabular: UndefOr[MenuTabular]
  29. val text: UndefOr[Boolean]
  30. val vertical: UndefOr[Boolean]
  31. val widths: UndefOr[semanticui.SemanticWidth]
  32. def withChildren(children: ChildrenArgs): Menu
    Definition Classes
    Menu → GenericJsComponentC