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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Menu
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val activeIndex: UndefOr[|[Int, String]]
- def addModifiers(modifiers: Seq[TagMod]): Menu
- Definition Classes
- Menu → GenericJsComponentAC
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attached: UndefOr[MenuAttached]
- val borderless: UndefOr[Boolean]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: UndefOr[semanticui.SemanticColor]
- val compact: UndefOr[Boolean]
- 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
- def cprops: MenuProps
- Attributes
- protected
- Definition Classes
- Menu → Passthrough
- val defaultActiveIndex: UndefOr[|[Int, String]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fixed: UndefOr[MenuFixed]
- val floated: UndefOr[MenuFloated]
- val fluid: UndefOr[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val icon: UndefOr[MenuIcon]
- val inverted: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modifiers: Seq[TagMod]
- Definition Classes
- Menu → Passthrough
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onItemClick: UndefOr[Callback]
- val onItemClickE: UndefOr[OnItemClick]
- val pagination: UndefOr[Boolean]
- val pointing: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawModifiers: (MenuProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: Render[MenuProps]
- Definition Classes
- GenericJsComponentAC
- Annotations
- @inline()
- val secondary: UndefOr[Boolean]
- val size: UndefOr[semanticui.SemanticSize]
- val stackable: UndefOr[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tabular: UndefOr[MenuTabular]
- val text: UndefOr[Boolean]
- val vertical: UndefOr[Boolean]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val widths: UndefOr[semanticui.SemanticWidth]