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. 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 alwaysBounceHorizontal: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  5. val alwaysBounceVertical: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val automaticallyAdjustContentInsets: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  8. val bounces: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  9. val bouncesZoom: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  10. val canCancelContentTouches: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  11. val centerContent: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. val contentContainerStyle: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  14. val contentInset: UndefOr[BoundingBox]
    Annotations
    @JSOptional()
  15. val contentInsetAdjustmentBehavior: UndefOr[String]
    Annotations
    @JSOptional()
  16. val contentOffset: UndefOr[ContentOffset]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  17. val decelerationRate: UndefOr[|[String, Double]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  18. val directionalLockEnabled: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  19. val endFillColor: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val horizontal: UndefOr[Boolean]
    Annotations
    @JSOptional()
  26. val indicatorStyle: UndefOr[String]
    Annotations
    @JSOptional()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. val keyboardDismissMode: UndefOr[String]
    Annotations
    @JSOptional()
  30. val keyboardShouldPersistTaps: UndefOr[String]
    Annotations
    @JSOptional()
  31. val maximumZoomScale: UndefOr[Double]
    Annotations
    @JSOptional()
  32. val minimumZoomScale: UndefOr[Double]
    Annotations
    @JSOptional()
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. val nestedScrollEnabled: UndefOr[Boolean]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. val onContentSizeChange: UndefOr[(Int, Int) => Unit]
    Annotations
    @JSOptional()
  38. val onMomentumScrollBegin: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  39. val onMomentumScrollEnd: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  40. val onScroll: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  41. val onScrollAnimatedEnabled: UndefOr[Function0[Unit]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  42. val onScrollBeginDrag: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  43. val onScrollEndDrag: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  44. val overScrollMode: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  45. val pagingEnabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  46. val pinchGestureEnabled: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  47. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  48. val refreshControl: UndefOr[ReactElement]
    Annotations
    @JSOptional()
  49. val removeClippedSubviews: UndefOr[Boolean]
    Annotations
    @JSOptional()
  50. val scrollEnabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  51. val scrollEventThrottle: UndefOr[Int]
    Annotations
    @JSOptional()
  52. val scrollIndicatorInsets: UndefOr[BoundingBox]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  53. val scrollPerfTag: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  54. val scrollsToTop: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  55. val showsHorizontalScrollIndicator: UndefOr[Boolean]
    Annotations
    @JSOptional()
  56. val showsVerticalScrollIndicator: UndefOr[Boolean]
    Annotations
    @JSOptional()
  57. val snapToAlignment: UndefOr[String]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  58. val snapToInterval: UndefOr[Double]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  59. val stickyHeaderIndices: UndefOr[Seq[Int]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  60. val style: UndefOr[StyleProp[ViewStyle]]
    Annotations
    @JSOptional()
  61. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  62. def toLocaleString(): String
    Definition Classes
    Object
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def valueOf(): Any
    Definition Classes
    Object
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. 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 Android

Inherited from IOS

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped