Packages

trait ListProps extends Object

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

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 animated: UndefOr[Boolean]

    A list can animate to set the current item apart from the list.

  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 bulleted: UndefOr[Boolean]

    A list can mark items with a bullet.

  9. val celled: UndefOr[Boolean]

    A list can divide its items into cells.

  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 content: UndefOr[Array[SemanticShorthandContent]]

    Shorthand for primary content.

  14. val divided: UndefOr[Boolean]

    A list can show divisions between content.

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

    An list can be floated left or right.

  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val horizontal: UndefOr[Boolean]

    A list can be formatted to have items appear horizontally.

  23. val inverted: UndefOr[Boolean]

    A list can be inverted to appear on a dark background.

  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  26. val items: UndefOr[Array[SemanticShorthandItemS[ListItemProps]]]

    Shorthand array of props for ListItem.

  27. val link: UndefOr[Boolean]

    A list can be specially formatted for navigation links.

  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val onItemClick: UndefOr[Function2[japgolly.scalajs.react.ReactMouseEvent, ListItemProps, Unit]]

    onClick handler for ListItem.

    onClick handler for ListItem. Mutually exclusive with children.

  32. val ordered: UndefOr[Boolean]

    A list can be ordered numerically.

  33. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  34. val relaxed: UndefOr[|[Boolean, String]]

    A list can relax its padding to provide more negative space.

  35. val selection: UndefOr[Boolean]

    A selection list formats list items as possible choices.

  36. val size: UndefOr[SemanticSIZES]

    A list can vary in size.

  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toLocaleString(): String
    Definition Classes
    Object
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  41. def valueOf(): Any
    Definition Classes
    Object
  42. val verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]

    An element inside a list can be vertically aligned.

  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped