Packages

trait MenuProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MenuProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val tabular: UndefOr[|[Boolean, String]]

    A menu can be formatted to show tabs of information.

Concrete 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]]

    a menu item can be active.

  5. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  6. val as: UndefOr[AsT]

    An element type to render as (string or function).

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val attached: UndefOr[|[Boolean, String]]

    A menu may be attached to other content segments.

  9. val borderless: UndefOr[Boolean]

    A menu item or menu can have no borders.

  10. val children: UndefOr[Node]

    Primary content.

  11. val className: UndefOr[String]

    Additional classes.

  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val color: UndefOr[SemanticCOLORS]

    Additional colors can be specified.

  14. val compact: UndefOr[Boolean]

    A menu can take up only the space necessary to fit its content.

  15. val defaultActiveIndex: UndefOr[|[Int, String]]

    Initial activeIndex value.

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val fixed: UndefOr[String]

    A menu can be floated.

  20. val floated: UndefOr[|[Boolean, String]]

    A menu item or menu can remove element padding, vertically or horizontally.

  21. val fluid: UndefOr[Boolean]

    A vertical menu may take the size of its container.

  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val icon: UndefOr[|[Boolean, String]]

    A menu may have just icons (bool) or labeled icons.

  26. val inverted: UndefOr[Boolean]

    A menu may have its colors inverted to show greater contrast.

  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val onItemClick: UndefOr[Function1[japgolly.scalajs.react.ReactEvent, Unit]]

    onClick handler for MenuItem.

    onClick handler for MenuItem. Mutually exclusive with children.

  33. val pagination: UndefOr[Boolean]

    A pagination menu is specially formatted to present links to pages of content.

  34. val pointing: UndefOr[Boolean]

    A menu can point to show its relationship to nearby content.

  35. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  36. val secondary: UndefOr[Boolean]

    A menu can adjust its appearance to de-emphasize its contents.

  37. val size: UndefOr[SemanticSIZES]

    A menu can vary in size.

  38. val stackable: UndefOr[Boolean]

    A menu can stack at mobile resolutions.

  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. val text: UndefOr[Boolean]

    A menu can be formatted for text content.

  41. def toLocaleString(): String
    Definition Classes
    Object
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  44. def valueOf(): Any
    Definition Classes
    Object
  45. val vertical: UndefOr[Boolean]

    A vertical menu displays elements vertically.

  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. val widths: UndefOr[SemanticWIDTHS]

    A menu can vary in size.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped