trait MenuProps extends Object
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- MenuProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
val
tabular: UndefOr[|[Boolean, String]]
A menu can be formatted to show tabs of information.
Concrete 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]]
a menu item can be active.
-
def
apply(key: String): Any
- Annotations
- @JSBracketAccess()
-
val
as: UndefOr[AsT]
An element type to render as (string or function).
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
attached: UndefOr[|[Boolean, String]]
A menu may be attached to other content segments.
-
val
borderless: UndefOr[Boolean]
A menu item or menu can have no borders.
-
val
children: UndefOr[Node]
Primary content.
-
val
className: UndefOr[String]
Additional classes.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
color: UndefOr[SemanticCOLORS]
Additional colors can be specified.
-
val
compact: UndefOr[Boolean]
A menu can take up only the space necessary to fit its content.
-
val
defaultActiveIndex: UndefOr[|[Int, String]]
Initial activeIndex value.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
fixed: UndefOr[String]
A menu can be floated.
-
val
floated: UndefOr[|[Boolean, String]]
A menu item or menu can remove element padding, vertically or horizontally.
-
val
fluid: UndefOr[Boolean]
A vertical menu may take the size of its container.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
icon: UndefOr[|[Boolean, String]]
A menu may have just icons (bool) or labeled icons.
-
val
inverted: UndefOr[Boolean]
A menu may have its colors inverted to show greater contrast.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
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[Function1[japgolly.scalajs.react.ReactEvent, Unit]]
onClick handler for MenuItem.
onClick handler for MenuItem. Mutually exclusive with children.
-
val
pagination: UndefOr[Boolean]
A pagination menu is specially formatted to present links to pages of content.
-
val
pointing: UndefOr[Boolean]
A menu can point to show its relationship to nearby content.
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
secondary: UndefOr[Boolean]
A menu can adjust its appearance to de-emphasize its contents.
-
val
size: UndefOr[SemanticSIZES]
A menu can vary in size.
-
val
stackable: UndefOr[Boolean]
A menu can stack at mobile resolutions.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
text: UndefOr[Boolean]
A menu can be formatted for text content.
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
-
def
valueOf(): Any
- Definition Classes
- Object
-
val
vertical: UndefOr[Boolean]
A vertical menu displays elements vertically.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
widths: UndefOr[SemanticWIDTHS]
A menu can vary in size.