trait Props[T] extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete Value Members
- val contentContainerStyle: UndefOr[StyleProp[ViewStyle]]
- Annotations
- @JSOptional()
- val contentOffset: UndefOr[Int]
- Annotations
- @JSOptional()
- val flatListStyle: UndefOr[StyleProp[ViewStyle]]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val index: UndefOr[Int]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val itemWidth: UndefOr[Double]
- Annotations
- @JSOptional()
- val keyExtractor: UndefOr[Function2[T, Int, String]]
- Annotations
- @JSOptional()
- val onEndReached: UndefOr[Function0[Unit]]
- Annotations
- @JSOptional()
- val onEndReachedThreshold: UndefOr[Int]
- Annotations
- @JSOptional()
- val onIndexChange: UndefOr[Function1[Int, Unit]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val shouldCapture: UndefOr[Function1[GestureState, Boolean]]
- Annotations
- @JSOptional()
- val shouldRelease: UndefOr[Function1[GestureState, Boolean]]
- Annotations
- @JSOptional()
- val style: UndefOr[StyleProp[ViewStyle]]
- Annotations
- @JSOptional()
- val threshold: UndefOr[Int]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val useNativeDriver: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val useVelocityforIndex: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object