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. 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 alignContent: UndefOr[AlignContent]
    Annotations
    @JSOptional()
  5. val alignItems: UndefOr[FlexAlignType]
    Annotations
    @JSOptional()
  6. val alignSelf: UndefOr[AlignSelf]
    Annotations
    @JSOptional()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val aspectRatio: UndefOr[Double]
    Annotations
    @JSOptional()
  9. val borderBottomWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  10. val borderEndWidth: UndefOr[|[Double, String]]
    Annotations
    @JSOptional()
  11. val borderLeftWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  12. val borderRightWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  13. val borderStartWidth: UndefOr[|[Double, String]]
    Annotations
    @JSOptional()
  14. val borderTopWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  15. val borderWidth: UndefOr[Double]
    Annotations
    @JSOptional()
  16. val bottom: UndefOr[|[Double, String]]
    Annotations
    @JSOptional()
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  18. val direction: UndefOr[Direction]
    Annotations
    @JSOptional()
  19. val end: UndefOr[String]
    Annotations
    @JSOptional()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. val flex: UndefOr[Double]
    Annotations
    @JSOptional()
  23. val flexBasis: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  24. val flexDirection: UndefOr[FlexDirection]
    Annotations
    @JSOptional()
  25. val flexGrow: UndefOr[Double]
    Annotations
    @JSOptional()
  26. val flexShrink: UndefOr[Double]
    Annotations
    @JSOptional()
  27. val flexWrap: UndefOr[FlexWrap]
    Annotations
    @JSOptional()
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val height: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  34. val justifyContent: UndefOr[JustifyContent]
    Annotations
    @JSOptional()
  35. val left: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  36. val margin: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  37. val marginBottom: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  38. val marginEnd: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  39. val marginHorizontal: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  40. val marginLeft: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  41. val marginRight: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  42. val marginStart: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  43. val marginTop: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  44. val marginVertical: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  45. val maxHeight: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  46. val maxWidth: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  47. val minHeight: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  48. val minWidth: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. val overflow: UndefOr[Overflow]
    Annotations
    @JSOptional()
  53. val padding: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  54. val paddingBottom: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  55. val paddingEnd: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  56. val paddingHorizontal: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  57. val paddingLeft: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  58. val paddingRight: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  59. val paddingStart: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  60. val paddingTop: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  61. val paddingVertical: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  62. val position: UndefOr[Position]
    Annotations
    @JSOptional()
  63. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  64. val right: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  65. val start: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  66. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  67. def toLocaleString(): String
    Definition Classes
    Object
  68. def toString(): String
    Definition Classes
    AnyRef → Any
  69. val top: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  70. def valueOf(): Any
    Definition Classes
    Object
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  74. val width: UndefOr[|[String, Double]]
    Annotations
    @JSOptional()
  75. val zIndex: UndefOr[Double]
    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 Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped