IMGElementStateSuccess
export
type IMGElementStateSuccess<> = anyDefined in packages/render/src/elements/img-types.ts
Fields
alt
alt?: string;altColor
altColor?: string;containerStyle
containerStyle: ViewStyle;dimensions
dimensions: ImageDimensions;imageStyle
imageStyle: ImageStyle;onError
source
source: ImageURISource;type
type: "success";