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

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

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

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

  4. val bulleted: UndefOr[Boolean]

    A list can mark items with a bullet.

  5. val celled: UndefOr[Boolean]

    A list can divide its items into cells.

  6. val children: UndefOr[Node]

    Primary content.

  7. val className: UndefOr[String]

    Additional classes.

  8. val content: UndefOr[Array[SemanticShorthandContent]]

    Shorthand for primary content.

  9. val divided: UndefOr[Boolean]

    A list can show divisions between content.

  10. val floated: UndefOr[SemanticFLOATS]

    An list can be floated left or right.

  11. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  12. val horizontal: UndefOr[Boolean]

    A list can be formatted to have items appear horizontally.

  13. val inverted: UndefOr[Boolean]

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

  14. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  15. val items: UndefOr[Array[SemanticShorthandItemS[ListItemProps]]]

    Shorthand array of props for ListItem.

  16. val link: UndefOr[Boolean]

    A list can be specially formatted for navigation links.

  17. val onItemClick: UndefOr[Function2[japgolly.scalajs.react.ReactMouseEvent, ListItemProps, Unit]]

    onClick handler for ListItem.

    onClick handler for ListItem. Mutually exclusive with children.

  18. val ordered: UndefOr[Boolean]

    A list can be ordered numerically.

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

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

  21. val selection: UndefOr[Boolean]

    A selection list formats list items as possible choices.

  22. val size: UndefOr[SemanticSIZES]

    A list can vary in size.

  23. def toLocaleString(): String
    Definition Classes
    Object
  24. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  25. def valueOf(): Any
    Definition Classes
    Object
  26. val verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]

    An element inside a list can be vertically aligned.