trait ListProps extends Object
- Annotations
- @JSType() @native()
- Alphabetic
- By Inheritance
- ListProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 animated: UndefOr[Boolean]
A list can animate to set the current item apart from the list.
- 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 bulleted: UndefOr[Boolean]
A list can mark items with a bullet.
- val celled: UndefOr[Boolean]
A list can divide its items into cells.
- val children: UndefOr[Node]
Primary content.
- val className: UndefOr[String]
Additional classes.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val content: UndefOr[Array[SemanticShorthandContent]]
Shorthand for primary content.
- val divided: UndefOr[Boolean]
A list can show divisions between content.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val floated: UndefOr[SemanticFLOATS]
An list can be floated left or right.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val horizontal: UndefOr[Boolean]
A list can be formatted to have items appear horizontally.
- val inverted: UndefOr[Boolean]
A list can be inverted to appear on a dark background.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val items: UndefOr[Array[SemanticShorthandItemS[ListItemProps]]]
Shorthand array of props for ListItem.
- val link: UndefOr[Boolean]
A list can be specially formatted for navigation links.
- 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[Function2[japgolly.scalajs.react.ReactMouseEvent, ListItemProps, Unit]]
onClick handler for ListItem.
onClick handler for ListItem. Mutually exclusive with children.
- val ordered: UndefOr[Boolean]
A list can be ordered numerically.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val relaxed: UndefOr[|[Boolean, String]]
A list can relax its padding to provide more negative space.
- val selection: UndefOr[Boolean]
A selection list formats list items as possible choices.
- val size: UndefOr[SemanticSIZES]
A list can vary in size.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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 verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]
An element inside a list can be vertically aligned.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()