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[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[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[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[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[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[SemanticWidth] = 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 activeIndex: UndefOr[|[Int, String]]
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attached: UndefOr[MenuAttached]
  8. val borderless: UndefOr[Boolean]
  9. val child: UndefOr[VdomNode]
  10. val children: ChildrenArgs
    Definition Classes
    Menu → GenericJsComponentC
  11. val className: UndefOr[String]
  12. val clazz: UndefOr[Css]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val color: UndefOr[SemanticColor]
  15. val compact: UndefOr[Boolean]
  16. def cprops: MenuProps
    Definition Classes
    Menu → GenericJsComponentC
  17. val defaultActiveIndex: UndefOr[|[Int, String]]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. val fixed: UndefOr[MenuFixed]
  21. val floated: UndefOr[MenuFloated]
  22. val fluid: UndefOr[Boolean]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val icon: UndefOr[MenuIcon]
  25. val inverted: UndefOr[Boolean]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val onItemClick: UndefOr[Callback]
  31. val onItemClickE: UndefOr[OnItemClick]
  32. val pagination: UndefOr[Boolean]
  33. val pointing: UndefOr[Boolean]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def render: Render[MenuProps]
    Definition Classes
    GenericJsComponentC
    Annotations
    @inline()
  36. 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()
  37. val secondary: UndefOr[Boolean]
  38. val size: UndefOr[SemanticSize]
  39. val stackable: UndefOr[Boolean]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val tabular: UndefOr[MenuTabular]
  42. val text: UndefOr[Boolean]
  43. val vertical: UndefOr[Boolean]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. val widths: UndefOr[SemanticWidth]
  48. def withChildren(children: ChildrenArgs): Menu
    Definition Classes
    Menu → GenericJsComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentC[MenuProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped