Packages

trait Props extends Object with Android with IOS

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

Value Members

  1. val adjustsFontTSizeToFit: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  2. val allowFontScaling: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. val ellipsizeMode: UndefOr[String]
    Annotations
    @JSOptional()
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  6. val lineBreakMode: UndefOr[String]
    Annotations
    @JSOptional()
  7. val minimumFontTScale: UndefOr[Double]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  8. val nativeID: UndefOr[String]
    Annotations
    @JSOptional()
  9. val numberOfLines: UndefOr[Int]
    Annotations
    @JSOptional()
  10. val onLayout: UndefOr[Function1[LayoutChangeEvent, Unit]]
    Annotations
    @JSOptional()
  11. val onLongPress: UndefOr[Function1[GestureResponderEvent, Unit]]
    Annotations
    @JSOptional()
  12. val onPress: UndefOr[Function1[GestureResponderEvent, Unit]]
    Annotations
    @JSOptional()
  13. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  14. val selectable: UndefOr[Boolean]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  15. val selectionColor: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  16. val style: UndefOr[StyleProp[TextStyle]]
    Annotations
    @JSOptional()
  17. val suppressHighlighting: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  18. val testID: UndefOr[String]
    Annotations
    @JSOptional()
  19. val textBreakStrategy: UndefOr[TextBreakStrategy]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  20. def toLocaleString(): String
    Definition Classes
    Object
  21. def valueOf(): Any
    Definition Classes
    Object