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, 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, 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. def apply(children: ReactNode*): ReactElement

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
  9. def clone(): AnyRef

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

    Permalink
  11. val defaultSourceDynamic: UndefOr[Dynamic]

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

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

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

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

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

    Permalink
  17. val loadingIndicatorSrc: UndefOr[ImageSource]

    Permalink
  18. val loadingIndicatorSrcDynamic: UndefOr[Dynamic]

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

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

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

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

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

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

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

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

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

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

    Permalink
  29. val resizeMode: UndefOr[ImageResizeMode]

    Permalink
  30. val source: UndefOr[ImageSource]

    Permalink
  31. val sourceDynamic: UndefOr[Any]

    Permalink
  32. val style: UndefOr[Any]

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

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

    Permalink
  35. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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