Packages

t

react.native

FlexStyle

trait FlexStyle extends Object

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

Value Members

  1. val alignContent: UndefOr[AlignContent]
    Annotations
    @JSOptional()
  2. val alignItems: UndefOr[FlexAlignType]
    Annotations
    @JSOptional()
  3. val alignSelf: UndefOr[AlignSelf]
    Annotations
    @JSOptional()
  4. val aspectRatio: UndefOr[Double]
    Annotations
    @JSOptional()
  5. val borderBottomWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  6. val borderEndWidth: UndefOr[|[Double, String]]
    Annotations
    @JSOptional()
  7. val borderLeftWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  8. val borderRightWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  9. val borderStartWidth: UndefOr[|[Double, String]]
    Annotations
    @JSOptional()
  10. val borderTopWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  11. val borderWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  12. val bottom: UndefOr[|[Double, String]]
    Annotations
    @JSOptional()
  13. val direction: UndefOr[Direction]
    Annotations
    @JSOptional()
  14. val end: UndefOr[String]
    Annotations
    @JSOptional()
  15. val flex: UndefOr[Double]
    Annotations
    @JSOptional()
  16. val flexBasis: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  17. val flexDirection: UndefOr[FlexDirection]
    Annotations
    @JSOptional()
  18. val flexGrow: UndefOr[Double]
    Annotations
    @JSOptional()
  19. val flexShrink: UndefOr[Double]
    Annotations
    @JSOptional()
  20. val flexWrap: UndefOr[FlexWrap]
    Annotations
    @JSOptional()
  21. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  22. val height: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  23. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  24. val justifyContent: UndefOr[JustifyContent]
    Annotations
    @JSOptional()
  25. val left: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  26. val margin: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  27. val marginBottom: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  28. val marginEnd: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  29. val marginHorizontal: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  30. val marginLeft: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  31. val marginRight: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  32. val marginStart: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  33. val marginTop: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  34. val marginVertical: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  35. val maxHeight: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  36. val maxWidth: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  37. val minHeight: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  38. val minWidth: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  39. val overflow: UndefOr[Overflow]
    Annotations
    @JSOptional()
  40. val padding: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  41. val paddingBottom: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  42. val paddingEnd: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  43. val paddingHorizontal: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  44. val paddingLeft: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  45. val paddingRight: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  46. val paddingStart: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  47. val paddingTop: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  48. val paddingVertical: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  49. val position: UndefOr[Position]
    Annotations
    @JSOptional()
  50. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  51. val right: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  52. val start: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  53. def toLocaleString(): String
    Definition Classes
    Object
  54. val top: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  55. def valueOf(): Any
    Definition Classes
    Object
  56. val width: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  57. val zIndex: UndefOr[Double]
    Annotations
    @JSOptional()