- CachingImage(props: CachingImageProps & RefAttributes<undefined | {
cancelAsync: (() => Promise<void>);
downloadAsync: ((props?: CacheEntryDownloadOptions) => Promise<string>);
error: any;
path: null | string;
pauseAsync: (() => Promise<DownloadPauseState>);
progress: number;
ready: boolean;
resetAsync: (() => Promise<void>);
resumeAsync: (() => Promise<string>);
status: CacheEntryStatus;
}>): null | ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: CachingImageProps & RefAttributes<undefined | {
cancelAsync: (() => Promise<void>);
downloadAsync: ((props?: CacheEntryDownloadOptions) => Promise<string>);
error: any;
path: null | string;
pauseAsync: (() => Promise<DownloadPauseState>);
progress: number;
ready: boolean;
resetAsync: (() => Promise<void>);
resumeAsync: (() => Promise<string>);
status: CacheEntryStatus;
}>
Returns null | ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.