Class/Object

sri.universal.components

Image

Related Docs: object Image | package components

Permalink

case class Image(onLoaded: UndefOr[Boolean] = js.undefined, 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[(Dynamic) ⇒ Unit] = js.undefined, ref: UndefOr[Function1[ImageM, _]] = js.undefined, onLoadEnd: UndefOr[Function0[_]] = js.undefined, onLoad: UndefOr[Function0[_]] = js.undefined, onLoadAbort: UndefOr[Function] = js.undefined, key: UndefOr[String] = js.undefined, resizeMode: UndefOr[ImageResizeMode] = js.undefined, testID: UndefOr[String] = js.undefined, onLoadStart: UndefOr[(Dynamic) ⇒ Unit] = js.undefined, defaultSource: UndefOr[ImageSource] = js.undefined, loadingIndicatorSrc: UndefOr[ImageSource] = js.undefined, onLoadProgress: UndefOr[(Dynamic) ⇒ Unit] = 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(onLoaded: UndefOr[Boolean] = js.undefined, 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[(Dynamic) ⇒ Unit] = js.undefined, ref: UndefOr[Function1[ImageM, _]] = js.undefined, onLoadEnd: UndefOr[Function0[_]] = js.undefined, onLoad: UndefOr[Function0[_]] = js.undefined, onLoadAbort: UndefOr[Function] = js.undefined, key: UndefOr[String] = js.undefined, resizeMode: UndefOr[ImageResizeMode] = js.undefined, testID: UndefOr[String] = js.undefined, onLoadStart: UndefOr[(Dynamic) ⇒ Unit] = js.undefined, defaultSource: UndefOr[ImageSource] = js.undefined, loadingIndicatorSrc: UndefOr[ImageSource] = js.undefined, onLoadProgress: UndefOr[(Dynamic) ⇒ Unit] = 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. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
  15. val loadingIndicatorSrc: UndefOr[ImageSource]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. val onError: UndefOr[(Dynamic) ⇒ Unit]

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

    Permalink
  21. val onLoad: UndefOr[Function0[_]]

    Permalink
  22. val onLoadAbort: UndefOr[Function]

    Permalink
  23. val onLoadEnd: UndefOr[Function0[_]]

    Permalink
  24. val onLoadProgress: UndefOr[(Dynamic) ⇒ Unit]

    Permalink
  25. val onLoadStart: UndefOr[(Dynamic) ⇒ Unit]

    Permalink
  26. val onLoaded: UndefOr[Boolean]

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

    Permalink
  28. val resizeMode: UndefOr[ImageResizeMode]

    Permalink
  29. val source: UndefOr[ImageSource]

    Permalink
  30. val sourceDynamic: UndefOr[Any]

    Permalink
  31. val style: UndefOr[Any]

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

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

    Permalink
  34. final def wait(): Unit

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

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