Packages

trait Props[T] extends Object

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val data: Array[T]
  2. abstract val renderItem: Function1[CarouselRenderProps[T], ReactNode]

Concrete Value Members

  1. val contentContainerStyle: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  2. val contentOffset: UndefOr[Int]
    Annotations
    @JSOptional()
  3. val flatListStyle: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. val index: UndefOr[Int]
    Annotations
    @JSOptional()
  6. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  7. val itemWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  8. val keyExtractor: UndefOr[Function2[T, Int, String]]
    Annotations
    @JSOptional()
  9. val onEndReached: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  10. val onEndReachedThreshold: UndefOr[Int]
    Annotations
    @JSOptional()
  11. val onIndexChange: UndefOr[Function1[Int, Unit]]
    Annotations
    @JSOptional()
  12. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  13. val shouldCapture: UndefOr[Function1[GestureState, Boolean]]
    Annotations
    @JSOptional()
  14. val shouldRelease: UndefOr[Function1[GestureState, Boolean]]
    Annotations
    @JSOptional()
  15. val style: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  16. val threshold: UndefOr[Int]
    Annotations
    @JSOptional()
  17. def toLocaleString(): String
    Definition Classes
    Object
  18. val useNativeDriver: UndefOr[Boolean]
    Annotations
    @JSOptional()
  19. val useVelocityforIndex: UndefOr[Boolean]
    Annotations
    @JSOptional()
  20. def valueOf(): Any
    Definition Classes
    Object