Packages

trait DropdownItemProps extends Object

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

Value Members

  1. val active: UndefOr[Boolean]

    Style as the currently chosen item.

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

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

  4. val children: UndefOr[Node]

    Primary content.

  5. val className: UndefOr[String]

    Additional classes.

  6. val content: UndefOr[SemanticShorthandContent]

    Shorthand for primary content.

  7. val description: UndefOr[SemanticShorthandItemS[String]]

    Additional text with less emphasis.

  8. val disable: UndefOr[Boolean]

    A dropdown item can be disabled.

  9. val flag: UndefOr[SemanticShorthandItemS[FlagProps]]

    Shorthand for Flag.

  10. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  11. val icon: UndefOr[SemanticShorthandItemS[IconProps]]

    Shorthand for Icon.

  12. val image: UndefOr[SemanticShorthandItemS[ImageProps]]

    Shorthand for Image.

  13. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  14. val label: UndefOr[SemanticShorthandItemS[LabelProps]]

    Shorthand for Label.

  15. val onClick: UndefOr[Function2[japgolly.scalajs.react.ReactMouseEvent, DropdownItemProps, Unit]]

    Called on click.

  16. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  17. val selected: UndefOr[Boolean]

    The item currently selected by keyboard shortcut.

    The item currently selected by keyboard shortcut. This is not the active item.

  18. val text: UndefOr[SemanticShorthandContent]

    Display text.

  19. def toLocaleString(): String
    Definition Classes
    Object
  20. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  21. val value: UndefOr[|[|[Boolean, JsNumber], String]]

    Stored value.

  22. def valueOf(): Any
    Definition Classes
    Object