trait Props extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val accessibilityLabel: UndefOr[ReactElement]
- Annotations
- @JSOptional()
- val accessible: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val blurRadius: UndefOr[Int]
- Annotations
- @JSOptional()
- val capInsets: UndefOr[BoundingBox]
- Annotations
- @JSOptional()
- val defaultSource: UndefOr[|[Object, Int]]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val loadingIndicatorSource: UndefOr[Seq[|[ImageURISource, Int]]]
- Annotations
- @JSOptional()
- val onError: UndefOr[(NativeSyntheticEvent[ImageErrorEvent]) => Unit]
- Annotations
- @JSOptional()
- val onLayout: UndefOr[(NativeSyntheticEvent[LayoutChangeEvent]) => Unit]
- Annotations
- @JSOptional()
- val onLoad: UndefOr[() => Unit]
- Annotations
- @JSOptional()
- val onLoadEnd: UndefOr[() => Unit]
- Annotations
- @JSOptional()
- val onLoadStart: UndefOr[() => Unit]
- Annotations
- @JSOptional()
- val onPartialLoad: UndefOr[() => Unit]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val resizeMethod: UndefOr[ResizeMethod]
- Annotations
- @JSOptional()
- val source: UndefOr[|[|[ImageURISource, Int], Seq[ImageURISource]]]
- Annotations
- @JSOptional()
- val style: UndefOr[ImageStyle]
- Annotations
- @JSOptional()
- val testID: UndefOr[String]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object