trait Style extends Object

Annotations
@JSType()
See also

https://facebook.github.io/react-native/docs/view-style-props

https://facebook.github.io/react-native/docs/text-style-props

https://facebook.github.io/react-native/docs/layout-props

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Style
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val backgroundColor: UndefOr[String]
    Annotations
    @JSOptional()
  6. val borderBottomColor: UndefOr[String]
    Annotations
    @JSOptional()
  7. val borderBottomRightRadius: UndefOr[Int]
    Annotations
    @JSOptional()
  8. val borderBottomWidth: UndefOr[Int]
    Annotations
    @JSOptional()
  9. val borderColor: UndefOr[String]
    Annotations
    @JSOptional()
  10. val borderLeftColor: UndefOr[String]
    Annotations
    @JSOptional()
  11. val borderLeftWidth: UndefOr[Int]
    Annotations
    @JSOptional()
  12. val borderRadius: UndefOr[Int]
    Annotations
    @JSOptional()
  13. val borderRightWidth: UndefOr[Int]
    Annotations
    @JSOptional()
  14. val borderStyle: UndefOr[BorderStyle]
    Annotations
    @JSOptional()
  15. val borderTopColor: UndefOr[String]
    Annotations
    @JSOptional()
  16. val borderTopLeftRadius: UndefOr[Int]
    Annotations
    @JSOptional()
  17. val borderTopRightRadius: UndefOr[Int]
    Annotations
    @JSOptional()
  18. val borderTopWidth: UndefOr[Int]
    Annotations
    @JSOptional()
  19. val borderWidth: UndefOr[Int]
    Annotations
    @JSOptional()
  20. val bottom: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  22. val color: UndefOr[String]
    Annotations
    @JSOptional()
  23. val elevation: UndefOr[Int]
    Annotations
    @JSOptional()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. val height: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  33. val left: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  34. val margin: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  35. val marginBottom: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  36. val marginEnd: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  37. val marginHorizontal: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  38. val marginLeft: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  39. val marginRight: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  40. val marginStart: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  41. val marginTop: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  42. val marginVertical: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. val padding: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  47. val paddingBottom: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  48. val paddingEnd: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  49. val paddingHorizontal: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  50. val paddingLeft: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  51. val paddingRight: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  52. val paddingStart: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  53. val paddingTop: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  54. val paddingVertical: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  55. val position: UndefOr[Position]
    Annotations
    @JSOptional()
  56. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  57. val right: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  58. val shadowColor: UndefOr[String]
    Annotations
    @JSOptional()
  59. val shadowOffset: UndefOr[ShadowOffset]
    Annotations
    @JSOptional()
  60. val shadowOpacity: UndefOr[Double]
    Annotations
    @JSOptional()
  61. val shadowRadius: UndefOr[Int]
    Annotations
    @JSOptional()
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def toLocaleString(): String
    Definition Classes
    Object
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. val top: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  66. def valueOf(): Any
    Definition Classes
    Object
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  70. val width: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped