Class/Object

sri.universal.components

Image

Related Docs: object Image | package components

Permalink

case class Image(source: UndefOr[ImageSource] = js.undefined, sourceDynamic: UndefOr[Any] = js.undefined, style: UndefOr[Any] = js.undefined, onLayout: UndefOr[Function1[LayoutEvent, _]] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, onError: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, ref: UndefOr[Function1[ImageM, _]] = js.undefined, onLoadEnd: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, onLoad: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, key: UndefOr[String] = js.undefined, resizeMode: UndefOr[ImageResizeMode] = js.undefined, testID: UndefOr[String] = js.undefined, blurRadius: UndefOr[Double] = js.undefined, onLoadStart: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, defaultSource: UndefOr[ImageSource] = js.undefined, animatedImage: Boolean = false, defaultSourceDynamic: UndefOr[Dynamic] = js.undefined, loadingIndicatorSrc: UndefOr[ImageSource] = js.undefined, loadingIndicatorSrcDynamic: UndefOr[Dynamic] = js.undefined, onProgress: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, accessible: UndefOr[Boolean] = js.undefined) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Image
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Image(source: UndefOr[ImageSource] = js.undefined, sourceDynamic: UndefOr[Any] = js.undefined, style: UndefOr[Any] = js.undefined, onLayout: UndefOr[Function1[LayoutEvent, _]] = js.undefined, accessibilityLabel: UndefOr[String] = js.undefined, onError: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, ref: UndefOr[Function1[ImageM, _]] = js.undefined, onLoadEnd: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, onLoad: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, key: UndefOr[String] = js.undefined, resizeMode: UndefOr[ImageResizeMode] = js.undefined, testID: UndefOr[String] = js.undefined, blurRadius: UndefOr[Double] = js.undefined, onLoadStart: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, defaultSource: UndefOr[ImageSource] = js.undefined, animatedImage: Boolean = false, defaultSourceDynamic: UndefOr[Dynamic] = js.undefined, loadingIndicatorSrc: UndefOr[ImageSource] = js.undefined, loadingIndicatorSrcDynamic: UndefOr[Dynamic] = js.undefined, onProgress: UndefOr[Function1[ReactEvent[ImageEvent], _]] = js.undefined, accessible: UndefOr[Boolean] = js.undefined)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val accessibilityLabel: UndefOr[String]

    Permalink
  5. val accessible: UndefOr[Boolean]

    Permalink
  6. val animatedImage: Boolean

    Permalink
  7. def apply(children: ReactNode*): ReactElement

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val blurRadius: UndefOr[Double]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val defaultSource: UndefOr[ImageSource]

    Permalink
  12. val defaultSourceDynamic: UndefOr[Dynamic]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val key: UndefOr[String]

    Permalink
  18. val loadingIndicatorSrc: UndefOr[ImageSource]

    Permalink
  19. val loadingIndicatorSrcDynamic: UndefOr[Dynamic]

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val onError: UndefOr[Function1[ReactEvent[ImageEvent], _]]

    Permalink
  24. val onLayout: UndefOr[Function1[LayoutEvent, _]]

    Permalink
  25. val onLoad: UndefOr[Function1[ReactEvent[ImageEvent], _]]

    Permalink
  26. val onLoadEnd: UndefOr[Function1[ReactEvent[ImageEvent], _]]

    Permalink
  27. val onLoadStart: UndefOr[Function1[ReactEvent[ImageEvent], _]]

    Permalink
  28. val onProgress: UndefOr[Function1[ReactEvent[ImageEvent], _]]

    Permalink
  29. val ref: UndefOr[Function1[ImageM, _]]

    Permalink
  30. val resizeMode: UndefOr[ImageResizeMode]

    Permalink
  31. val source: UndefOr[ImageSource]

    Permalink
  32. val sourceDynamic: UndefOr[Any]

    Permalink
  33. val style: UndefOr[Any]

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. val testID: UndefOr[String]

    Permalink
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped