Packages

trait Props[T] extends Object with VirtualizedList.Props[T]

Annotations
@JSType()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. Props
  3. Props
  4. Android
  5. IOS
  6. Object
  7. Any
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val data: Seq[T]
    Definition Classes
    Props
  2. abstract val renderItem: (RenderItemInfo[AnyRef]) => ReactElement
    Definition Classes
    Props

Concrete 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. val ItemSeparatorComponent: UndefOr[ReactType]
    Annotations
    @JSOptional()
  5. val ListEmptyComponent: UndefOr[ReactType]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  6. val ListFooterComponent: UndefOr[ReactType]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  7. val ListHeaderComponent: UndefOr[ReactType]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  8. val alwaysBounceHorizontal: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  9. val alwaysBounceVertical: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val automaticallyAdjustContentInsets: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  12. val bounces: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  13. val bouncesZoom: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  14. val canCancelContentTouches: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  15. val centerContent: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  17. val columnWrapperStyle: UndefOr[Object]
    Annotations
    @JSOptional()
  18. val contentContainerStyle: UndefOr[StyleProp[ViewStyle]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  19. val contentInset: UndefOr[BoundingBox]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  20. val contentInsetAdjustmentBehavior: UndefOr[String]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  21. val contentOffset: UndefOr[ContentOffset]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  22. val debug: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  23. val decelerationRate: UndefOr[|[String, Double]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  24. val directionalLockEnabled: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  25. val disableVirtualization: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  26. val endFillColor: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. val extraData: UndefOr[AnyRef]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val getItem: UndefOr[Function2[T, Int, Any]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  32. val getItemCount: UndefOr[Function1[Any, Int]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  33. val getItemLayout: UndefOr[(Object, Int) => ItemLayout]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  34. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. val horizontal: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  37. val indicatorStyle: UndefOr[String]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  38. val initialNumToRender: UndefOr[Int]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  39. val initialScrollIndex: UndefOr[Int]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  40. val inverted: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  43. val keyExtractor: UndefOr[Function2[T, Int, String]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  44. val keyboardDismissMode: UndefOr[String]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  45. val keyboardShouldPersistTaps: UndefOr[String]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  46. val legacyImplementation: UndefOr[Boolean]
    Annotations
    @JSOptional()
  47. val maximumZoomScale: UndefOr[Double]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  48. val minimumZoomScale: UndefOr[Double]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. val nestedScrollEnabled: UndefOr[Boolean]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. val numColumns: UndefOr[Int]
    Annotations
    @JSOptional()
  54. val onContentSizeChange: UndefOr[(Int, Int) => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  55. val onEndReached: UndefOr[(OnEndReachedEvent) => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  56. val onEndReachedThreshold: UndefOr[Double]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  57. val onMomentumScrollBegin: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  58. val onMomentumScrollEnd: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  59. val onRefresh: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  60. val onScroll: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  61. val onScrollAnimatedEnabled: UndefOr[Function0[Unit]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  62. val onScrollBeginDrag: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  63. val onScrollEndDrag: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  64. val onViewableItemsChanged: UndefOr[(ViewableItemsChangedEvent[Object]) => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  65. val overScrollMode: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  66. val pagingEnabled: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  67. val pinchGestureEnabled: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  68. val progressViewOffset: UndefOr[Double]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  69. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  70. val refreshControl: UndefOr[ReactElement]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  71. val refreshing: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  72. val removeClippedSubviews: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  73. val scrollEnabled: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  74. val scrollEventThrottle: UndefOr[Int]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  75. val scrollIndicatorInsets: UndefOr[BoundingBox]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  76. val scrollPerfTag: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  77. val scrollsToTop: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  78. val showsHorizontalScrollIndicator: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  79. val showsVerticalScrollIndicator: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  80. val snapToAlignment: UndefOr[String]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  81. val snapToInterval: UndefOr[Double]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  82. val stickyHeaderIndices: UndefOr[Seq[Int]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  83. val style: UndefOr[StyleProp[ViewStyle]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  84. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  85. def toLocaleString(): String
    Definition Classes
    Object
  86. def toString(): String
    Definition Classes
    AnyRef → Any
  87. def valueOf(): Any
    Definition Classes
    Object
  88. val viewabilityConfigCallbackPairs: UndefOr[Array[Object]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  89. val viewabiltyConfig: UndefOr[ViewabilityConfig]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  90. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  91. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  92. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  93. val zoomScale: UndefOr[Double]
    Definition Classes
    IOS
    Annotations
    @JSOptional()

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from VirtualizedList.Props[T]

Inherited from ScrollView.Props

Inherited from Android

Inherited from IOS

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped