Packages

p

react

virtuoso

package virtuoso

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. virtuoso
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class GroupedVirtuoso[D](totalCount: UndefOr[Int] = js.undefined, data: UndefOr[Array[D]] = js.undefined, overscan: UndefOr[|[Int, OverScan]] = js.undefined, topItemCount: UndefOr[Int] = js.undefined, initialTopMostItemIndex: UndefOr[Int] = js.undefined, initialScrollTop: UndefOr[Int] = js.undefined, initialItemCount: UndefOr[Int] = js.undefined, itemContent: UndefOr[(Int, Int, D) => VdomNode] = js.undefined, computeItemKey: UndefOr[(Int) => japgolly.scalajs.react.Key] = js.undefined, defaultItemHeight: UndefOr[Double] = js.undefined, fixedItemHeight: UndefOr[Double] = js.undefined, headerFooterTag: UndefOr[String] = js.undefined, firstItemIndex: UndefOr[Int] = js.undefined, isScrolling: UndefOr[(Boolean) => japgolly.scalajs.react.Callback] = js.undefined, endReached: UndefOr[(Int) => japgolly.scalajs.react.Callback] = js.undefined, startReached: UndefOr[(Int) => japgolly.scalajs.react.Callback] = js.undefined, rangeChanged: UndefOr[(ListRange) => japgolly.scalajs.react.Callback] = js.undefined, atBottomStateChange: UndefOr[(Boolean) => japgolly.scalajs.react.Callback] = js.undefined, atTopStateChange: UndefOr[(Boolean) => japgolly.scalajs.react.Callback] = js.undefined, totalListHeightChanged: UndefOr[(Double) => japgolly.scalajs.react.Callback] = js.undefined, alignToBottom: UndefOr[Boolean] = js.undefined, useWindowScroll: UndefOr[Boolean] = js.undefined, groupContent: UndefOr[(Int) => VdomNode] = js.undefined, groupCounts: List[Int] = List(Int.MaxValue), modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[GroupedVirtuosoProps[D], GroupedVirtuoso[D]] with Product with Serializable
  2. final case class Virtuoso[D](totalCount: UndefOr[Int] = js.undefined, data: UndefOr[Array[D]] = js.undefined, overscan: UndefOr[|[Int, OverScan]] = js.undefined, topItemCount: UndefOr[Int] = js.undefined, initialTopMostItemIndex: UndefOr[Int] = js.undefined, initialScrollTop: UndefOr[Int] = js.undefined, initialItemCount: UndefOr[Int] = js.undefined, itemContent: UndefOr[(Int, D) => VdomNode] = js.undefined, computeItemKey: UndefOr[(Int) => japgolly.scalajs.react.Key] = js.undefined, defaultItemHeight: UndefOr[Double] = js.undefined, fixedItemHeight: UndefOr[Double] = js.undefined, headerFooterTag: UndefOr[String] = js.undefined, firstItemIndex: UndefOr[Int] = js.undefined, isScrolling: UndefOr[(Boolean) => japgolly.scalajs.react.Callback] = js.undefined, endReached: UndefOr[(Int) => japgolly.scalajs.react.Callback] = js.undefined, startReached: UndefOr[(Int) => japgolly.scalajs.react.Callback] = js.undefined, rangeChanged: UndefOr[(ListRange) => japgolly.scalajs.react.Callback] = js.undefined, atBottomStateChange: UndefOr[(Boolean) => japgolly.scalajs.react.Callback] = js.undefined, atTopStateChange: UndefOr[(Boolean) => japgolly.scalajs.react.Callback] = js.undefined, totalListHeightChanged: UndefOr[(Double) => japgolly.scalajs.react.Callback] = js.undefined, alignToBottom: UndefOr[Boolean] = js.undefined, useWindowScroll: UndefOr[Boolean] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[VirtuosoProps[D], Virtuoso[D]] with Product with Serializable

Value Members

  1. implicit def FuncOps1[A, B](f: (A) => B): UndefOr[Function1[A, B]]
    Attributes
    protected
  2. implicit def FuncOps2[A, B, C](f: (A, B) => C): UndefOr[Function2[A, B, C]]
    Attributes
    protected
  3. implicit def FuncOps3[A, B, C, D](f: (A, B, C) => D): UndefOr[Function3[A, B, C, D]]
    Attributes
    protected
  4. object GroupedVirtuoso extends Serializable
  5. object Virtuoso extends Serializable
  6. object raw

Inherited from AnyRef

Inherited from Any

Ungrouped