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 GenericComponentPACF[GroupedVirtuosoProps[D], GroupedVirtuoso[D], VirtuosoComponent] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentACF[GroupedVirtuosoProps[D], PropsAndChildren, Unit, GroupedVirtuoso[D], VirtuosoComponent], PassthroughAC[GroupedVirtuosoProps[D]], Passthrough[GroupedVirtuosoProps[D]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GroupedVirtuoso
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentACF
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GroupedVirtuoso(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)

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. def addModifiers(modifiers: Seq[TagMod]): GroupedVirtuoso[D]
    Definition Classes
    GroupedVirtuoso → GenericJsComponentACF
  5. val alignToBottom: UndefOr[Boolean]
  6. def apply(mods: TagMod*): GroupedVirtuoso[D]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val atBottomStateChange: UndefOr[(Boolean) => japgolly.scalajs.react.Callback]
  9. val atTopStateChange: UndefOr[(Boolean) => japgolly.scalajs.react.Callback]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. val component: ComponentMapped[Id, [A]AsyncCallback[A], GroupedVirtuosoProps[D], Null, [-p, +u]PropsAndChildren[p, u], Component[GroupedVirtuosoProps[D], Null] with VirtuosoComponent, GroupedVirtuosoProps[D], Null, [-p, +u]PropsAndChildren[p, u]]
    Attributes
    protected
    Definition Classes
    GroupedVirtuoso → GenericJsComponentACF
  12. val computeItemKey: UndefOr[(Int) => japgolly.scalajs.react.Key]
  13. def cprops: GroupedVirtuosoProps[D]
    Attributes
    protected
    Definition Classes
    GroupedVirtuoso → Passthrough
  14. val data: UndefOr[Array[D]]
  15. val defaultItemHeight: UndefOr[Double]
  16. val endReached: UndefOr[(Int) => japgolly.scalajs.react.Callback]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val firstItemIndex: UndefOr[Int]
  19. val fixedItemHeight: UndefOr[Double]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val groupContent: UndefOr[(Int) => VdomNode]
  22. val groupCounts: List[Int]
  23. val headerFooterTag: UndefOr[String]
  24. val initialItemCount: UndefOr[Int]
  25. val initialScrollTop: UndefOr[Int]
  26. val initialTopMostItemIndex: UndefOr[Int]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val isScrolling: UndefOr[(Boolean) => japgolly.scalajs.react.Callback]
  29. val itemContent: UndefOr[(Int, Int, D) => VdomNode]
  30. val modifiers: Seq[TagMod]
    Definition Classes
    GroupedVirtuoso → Passthrough
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. val overscan: UndefOr[|[Int, OverScan]]
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. val rangeChanged: UndefOr[(ListRange) => japgolly.scalajs.react.Callback]
  37. def rawModifiers: (GroupedVirtuosoProps[D], List[VdomNode])
    Definition Classes
    PassthroughAC
  38. def render: RenderF[GroupedVirtuosoProps[D], VirtuosoComponent]
    Definition Classes
    GenericJsComponentACF
    Annotations
    @inline()
  39. val startReached: UndefOr[(Int) => japgolly.scalajs.react.Callback]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val topItemCount: UndefOr[Int]
  42. val totalCount: UndefOr[Int]
  43. val totalListHeightChanged: UndefOr[(Double) => japgolly.scalajs.react.Callback]
  44. val useWindowScroll: UndefOr[Boolean]
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. def withOptionalRef(ref: Option[Handle[RawMounted[GroupedVirtuosoProps[D], Null] with VirtuosoComponent]]): GenericJsComponentACF[GroupedVirtuosoProps[D], PropsAndChildren, Unit, GroupedVirtuoso[D], VirtuosoComponent]
    Definition Classes
    GenericJsComponentACF
  49. def withRef(ref: Handle[RawMounted[GroupedVirtuosoProps[D], Null] with VirtuosoComponent]): GenericJsComponentACF[GroupedVirtuosoProps[D], PropsAndChildren, Unit, GroupedVirtuoso[D], VirtuosoComponent]
    Definition Classes
    GenericJsComponentACF

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentACF[GroupedVirtuosoProps[D], PropsAndChildren, Unit, GroupedVirtuoso[D], VirtuosoComponent]

Inherited from PassthroughAC[GroupedVirtuosoProps[D]]

Inherited from Passthrough[GroupedVirtuosoProps[D]]

Inherited from AnyRef

Inherited from Any

Ungrouped