Skip to main content

IMGElementStateSuccess

export
type IMGElementStateSuccess<
> = any

Fields

alt

alt?: string;

altColor

altColor?: string;

containerStyle

containerStyle: ViewStyle;

dimensions

dimensions: ImageDimensions;

imageStyle

imageStyle: ImageStyle;

onError

onError: function __type(
  error: Error
) : void;

source

source: ImageURISource;

type

type: "success";