trait Props extends Object with Android with IOS
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- IOS
- Android
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val adjustsFontTSizeToFit: UndefOr[Boolean]
- Definition Classes
- IOS
- Annotations
- @JSOptional()
- val allowFontScaling: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val ellipsizeMode: UndefOr[String]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val lineBreakMode: UndefOr[String]
- Annotations
- @JSOptional()
- val minimumFontTScale: UndefOr[Double]
- Definition Classes
- IOS
- Annotations
- @JSOptional()
- val nativeID: UndefOr[String]
- Annotations
- @JSOptional()
- val numberOfLines: UndefOr[Int]
- Annotations
- @JSOptional()
- val onLayout: UndefOr[Function1[LayoutChangeEvent, Unit]]
- Annotations
- @JSOptional()
- val onLongPress: UndefOr[Function1[GestureResponderEvent, Unit]]
- Annotations
- @JSOptional()
- val onPress: UndefOr[Function1[GestureResponderEvent, Unit]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val selectable: UndefOr[Boolean]
- Definition Classes
- Android
- Annotations
- @JSOptional()
- val selectionColor: UndefOr[String]
- Definition Classes
- Android
- Annotations
- @JSOptional()
- val style: UndefOr[StyleProp[TextStyle]]
- Annotations
- @JSOptional()
- val suppressHighlighting: UndefOr[Boolean]
- Definition Classes
- IOS
- Annotations
- @JSOptional()
- val testID: UndefOr[String]
- Annotations
- @JSOptional()
- val textBreakStrategy: UndefOr[TextBreakStrategy]
- Definition Classes
- Android
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object