Packages

trait Props extends Object with IOS with Android

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

Value Members

  1. val alwaysBounceHorizontal: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  2. val alwaysBounceVertical: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  3. val automaticallyAdjustContentInsets: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  4. val bounces: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  5. val bouncesZoom: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  6. val canCancelContentTouches: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  7. val centerContent: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  8. val contentContainerStyle: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  9. val contentInset: UndefOr[BoundingBox]
    Annotations
    @JSOptional()
  10. val contentInsetAdjustmentBehavior: UndefOr[String]
    Annotations
    @JSOptional()
  11. val contentOffset: UndefOr[ContentOffset]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  12. val decelerationRate: UndefOr[|[String, Double]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  13. val directionalLockEnabled: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  14. val endFillColor: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. val horizontal: UndefOr[Boolean]
    Annotations
    @JSOptional()
  17. val indicatorStyle: UndefOr[String]
    Annotations
    @JSOptional()
  18. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  19. val keyboardDismissMode: UndefOr[String]
    Annotations
    @JSOptional()
  20. val keyboardShouldPersistTaps: UndefOr[String]
    Annotations
    @JSOptional()
  21. val maximumZoomScale: UndefOr[Double]
    Annotations
    @JSOptional()
  22. val minimumZoomScale: UndefOr[Double]
    Annotations
    @JSOptional()
  23. val nestedScrollEnabled: UndefOr[Boolean]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  24. val onContentSizeChange: UndefOr[(Int, Int) => Unit]
    Annotations
    @JSOptional()
  25. val onMomentumScrollBegin: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  26. val onMomentumScrollEnd: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  27. val onScroll: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  28. val onScrollAnimatedEnabled: UndefOr[Function0[Unit]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  29. val onScrollBeginDrag: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  30. val onScrollEndDrag: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  31. val overScrollMode: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  32. val pagingEnabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  33. val pinchGestureEnabled: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  34. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  35. val refreshControl: UndefOr[ReactElement]
    Annotations
    @JSOptional()
  36. val removeClippedSubviews: UndefOr[Boolean]
    Annotations
    @JSOptional()
  37. val scrollEnabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  38. val scrollEventThrottle: UndefOr[Int]
    Annotations
    @JSOptional()
  39. val scrollIndicatorInsets: UndefOr[BoundingBox]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  40. val scrollPerfTag: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  41. val scrollsToTop: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  42. val showsHorizontalScrollIndicator: UndefOr[Boolean]
    Annotations
    @JSOptional()
  43. val showsVerticalScrollIndicator: UndefOr[Boolean]
    Annotations
    @JSOptional()
  44. val snapToAlignment: UndefOr[String]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  45. val snapToInterval: UndefOr[Double]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  46. val stickyHeaderIndices: UndefOr[Seq[Int]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  47. val style: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  48. def toLocaleString(): String
    Definition Classes
    Object
  49. def valueOf(): Any
    Definition Classes
    Object
  50. val zoomScale: UndefOr[Double]
    Definition Classes
    IOS
    Annotations
    @JSOptional()