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. sealed abstract class Align extends AnyRef
  2. final case class GroupedVirtuoso(totalCount: UndefOr[Int] = 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) => 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 GenericComponentPACF[GroupedVirtuosoProps, GroupedVirtuoso, VirtuosoComponent] with Product with Serializable
  3. trait IndexLocationWithAlign extends Object
    Annotations
    @JSType()
  4. sealed abstract class ScrollBehavior extends AnyRef
  5. trait ScrollIntoViewLocation extends Object
    Annotations
    @JSType()
  6. trait ScrollToOptions extends Object
    Annotations
    @JSType()
  7. 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 GenericComponentPACF[VirtuosoProps[D], Virtuoso[D], VirtuosoComponent] with Product with Serializable
  8. trait VirtuosoComponent extends Object
    Annotations
    @JSType()

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 Align
  5. object GroupedVirtuoso extends Serializable
  6. object IndexLocationWithAlign
  7. object ScrollBehavior
  8. object ScrollIntoViewLocation
  9. object ScrollToOptions
  10. object Virtuoso extends Serializable
  11. object raw

Inherited from AnyRef

Inherited from Any

Ungrouped