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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Menu
- Serializable
- Product
- Equals
- GenericJsComponentC
- 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, 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
- val activeIndex: UndefOr[|[Int, String]]
- val as: UndefOr[AsC]
- val attached: UndefOr[MenuAttached]
- val borderless: UndefOr[Boolean]
- val child: UndefOr[VdomNode]
- val children: ChildrenArgs
- Definition Classes
- Menu → GenericJsComponentC
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- val color: UndefOr[semanticui.SemanticColor]
- val compact: UndefOr[Boolean]
- def cprops: MenuProps
- Definition Classes
- Menu → GenericJsComponentC
- val defaultActiveIndex: UndefOr[|[Int, String]]
- val fixed: UndefOr[MenuFixed]
- val floated: UndefOr[MenuFloated]
- val fluid: UndefOr[Boolean]
- val icon: UndefOr[MenuIcon]
- val inverted: UndefOr[Boolean]
- val onItemClick: UndefOr[Callback]
- val onItemClickE: UndefOr[OnItemClick]
- val pagination: UndefOr[Boolean]
- val pointing: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def render: Render[MenuProps]
- Definition Classes
- GenericJsComponentC
- Annotations
- @inline()
- 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()
- val secondary: UndefOr[Boolean]
- val size: UndefOr[semanticui.SemanticSize]
- val stackable: UndefOr[Boolean]
- val tabular: UndefOr[MenuTabular]
- val text: UndefOr[Boolean]
- val vertical: UndefOr[Boolean]
- val widths: UndefOr[semanticui.SemanticWidth]
- def withChildren(children: ChildrenArgs): Menu
- Definition Classes
- Menu → GenericJsComponentC