Packages

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) => 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) => Callback] = js.undefined, endReached: UndefOr[(Int) => Callback] = js.undefined, startReached: UndefOr[(Int) => Callback] = js.undefined, rangeChanged: UndefOr[(ListRange) => Callback] = js.undefined, atBottomStateChange: UndefOr[(Boolean) => Callback] = js.undefined, atTopStateChange: UndefOr[(Boolean) => Callback] = js.undefined, totalListHeightChanged: UndefOr[(Double) => 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

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

Instance Constructors

  1. new Virtuoso(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) => 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) => Callback] = js.undefined, endReached: UndefOr[(Int) => Callback] = js.undefined, startReached: UndefOr[(Int) => Callback] = js.undefined, rangeChanged: UndefOr[(ListRange) => Callback] = js.undefined, atBottomStateChange: UndefOr[(Boolean) => Callback] = js.undefined, atTopStateChange: UndefOr[(Boolean) => Callback] = js.undefined, totalListHeightChanged: UndefOr[(Double) => Callback] = js.undefined, alignToBottom: UndefOr[Boolean] = js.undefined, useWindowScroll: UndefOr[Boolean] = js.undefined, 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]): Virtuoso[D]
    Definition Classes
    Virtuoso → GenericJsComponentAC
  5. val alignToBottom: UndefOr[Boolean]
  6. def apply(mods: TagMod*): Virtuoso[D]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val atBottomStateChange: UndefOr[(Boolean) => Callback]
  9. val atTopStateChange: UndefOr[(Boolean) => Callback]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[VirtuosoProps[D], [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[VirtuosoProps[D], MountedWithRoot[[A]A, VirtuosoProps[D], Null, Component[VirtuosoProps[D], Null], VirtuosoProps[D], Null], VirtuosoProps[D], MountedWithRoot[[A]A, VirtuosoProps[D], Null, Component[VirtuosoProps[D], Null], VirtuosoProps[D], Null]], VirtuosoProps[D], [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[VirtuosoProps[D], MountedWithRoot[[A]A, VirtuosoProps[D], Null, Component[VirtuosoProps[D], Null], VirtuosoProps[D], Null], VirtuosoProps[D], MountedWithRoot[[A]A, VirtuosoProps[D], Null, Component[VirtuosoProps[D], Null], VirtuosoProps[D], Null]]]
    Attributes
    protected
    Definition Classes
    Virtuoso → GenericJsComponentAC
  12. val computeItemKey: UndefOr[(Int) => Key]
  13. def cprops: VirtuosoProps[D]
    Attributes
    protected
    Definition Classes
    Virtuoso → Passthrough
  14. val data: UndefOr[Array[D]]
  15. val defaultItemHeight: UndefOr[Double]
  16. val endReached: UndefOr[(Int) => Callback]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val firstItemIndex: UndefOr[Int]
  20. val fixedItemHeight: UndefOr[Double]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val headerFooterTag: UndefOr[String]
  23. val initialItemCount: UndefOr[Int]
  24. val initialScrollTop: UndefOr[Int]
  25. val initialTopMostItemIndex: UndefOr[Int]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val isScrolling: UndefOr[(Boolean) => Callback]
  28. val itemContent: UndefOr[(Int, D) => VdomNode]
  29. val modifiers: Seq[TagMod]
    Definition Classes
    Virtuoso → Passthrough
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val overscan: UndefOr[|[Int, OverScan]]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. val rangeChanged: UndefOr[(ListRange) => Callback]
  36. def rawModifiers: (VirtuosoProps[D], List[VdomNode])
    Definition Classes
    PassthroughAC
  37. def render: Render[VirtuosoProps[D]]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  38. val startReached: UndefOr[(Int) => Callback]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. val topItemCount: UndefOr[Int]
  41. val totalCount: UndefOr[Int]
  42. val totalListHeightChanged: UndefOr[(Double) => Callback]
  43. val useWindowScroll: UndefOr[Boolean]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  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()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[VirtuosoProps[D], PropsAndChildren, Unit, Virtuoso[D]]

Inherited from PassthroughAC[VirtuosoProps[D]]

Inherited from Passthrough[VirtuosoProps[D]]

Inherited from AnyRef

Inherited from Any

Ungrouped