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, 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, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[MenuProps, Menu] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[MenuProps, PropsAndChildren, Unit, Menu], PassthroughAC[MenuProps], Passthrough[MenuProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Menu
  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 Menu(as: UndefOr[AsC] = js.undefined, activeIndex: UndefOr[|[Int, String]] = js.undefined, attached: UndefOr[MenuAttached] = js.undefined, borderless: UndefOr[Boolean] = 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, modifiers: Seq[TagMod] = 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. def addModifiers(modifiers: Seq[TagMod]): Menu
    Definition Classes
    Menu → GenericJsComponentAC
  6. val as: UndefOr[AsC]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val attached: UndefOr[MenuAttached]
  9. val borderless: UndefOr[Boolean]
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val color: UndefOr[semanticui.SemanticColor]
  14. val compact: UndefOr[Boolean]
  15. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[MenuProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[MenuProps, MountedWithRoot[[A]A, MenuProps, Null, Component[MenuProps, Null], MenuProps, Null], MenuProps, MountedWithRoot[[A]A, MenuProps, Null, Component[MenuProps, Null], MenuProps, Null]], MenuProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[MenuProps, MountedWithRoot[[A]A, MenuProps, Null, Component[MenuProps, Null], MenuProps, Null], MenuProps, MountedWithRoot[[A]A, MenuProps, Null, Component[MenuProps, Null], MenuProps, Null]]]
    Attributes
    protected
    Definition Classes
    Menu → GenericJsComponentAC
  16. def cprops: MenuProps
    Attributes
    protected
    Definition Classes
    Menu → Passthrough
  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. val modifiers: Seq[TagMod]
    Definition Classes
    Menu → Passthrough
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val onItemClick: UndefOr[Callback]
  32. val onItemClickE: UndefOr[OnItemClick]
  33. val pagination: UndefOr[Boolean]
  34. val pointing: UndefOr[Boolean]
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def rawModifiers: (MenuProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  37. def render: Render[MenuProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  38. val secondary: UndefOr[Boolean]
  39. val size: UndefOr[semanticui.SemanticSize]
  40. val stackable: UndefOr[Boolean]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. val tabular: UndefOr[MenuTabular]
  43. val text: UndefOr[Boolean]
  44. val vertical: UndefOr[Boolean]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. val widths: UndefOr[semanticui.SemanticWidth]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[MenuProps, PropsAndChildren, Unit, Menu]

Inherited from PassthroughAC[MenuProps]

Inherited from Passthrough[MenuProps]

Inherited from AnyRef

Inherited from Any

Ungrouped