Packages

trait Props extends Object

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

Value Members

  1. val accessibilityLabel: UndefOr[ReactElement]
    Annotations
    @JSOptional()
  2. val accessible: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. val blurRadius: UndefOr[Int]
    Annotations
    @JSOptional()
  4. val capInsets: UndefOr[BoundingBox]
    Annotations
    @JSOptional()
  5. val defaultSource: UndefOr[|[Object, Int]]
    Annotations
    @JSOptional()
  6. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. val loadingIndicatorSource: UndefOr[Seq[|[ImageURISource, Int]]]
    Annotations
    @JSOptional()
  9. val onError: UndefOr[(NativeSyntheticEvent[ImageErrorEvent]) => Unit]
    Annotations
    @JSOptional()
  10. val onLayout: UndefOr[(NativeSyntheticEvent[LayoutChangeEvent]) => Unit]
    Annotations
    @JSOptional()
  11. val onLoad: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  12. val onLoadEnd: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  13. val onLoadStart: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  14. val onPartialLoad: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  15. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  16. val resizeMethod: UndefOr[ResizeMethod]
    Annotations
    @JSOptional()
  17. val source: UndefOr[|[|[ImageURISource, Int], Seq[ImageURISource]]]
    Annotations
    @JSOptional()
  18. val style: UndefOr[ImageStyle]
    Annotations
    @JSOptional()
  19. val testID: UndefOr[String]
    Annotations
    @JSOptional()
  20. def toLocaleString(): String
    Definition Classes
    Object
  21. def valueOf(): Any
    Definition Classes
    Object